-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ibrowse to 4.2 #659
base: develop-2.2
Are you sure you want to change the base?
Conversation
Some of these settings were made in 2.0.7 to work around some issues we discovered with the pipelining code in ibrowse-4.0.1, which may no longer be relevant. We still need to do some performance and resource testing to be sure, before merging this change in. There is another change in this commit to remove the inactivity_timeout setting that @rzezeski had added. With the line not removed with this version of ibrowse, search requests time out after 60 seconds (default). See b02c0bd with @rzezeski's rationale for adding this line. We need to understand whether TIME_WAITs are still an issue in this version of ibrowse without this setting.
@fadushin I can fix the merge conflicts. Can we merge this for 2.2? |
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
There seems to be an issue with build step **merge,make_clean,make_test,make_xref,make_dialyzer** ! ☁️
|
This PR updates the ibrowse dependency to the ibrowse v4.2 tag, the last tagged release that supports rebar2. A number of workarounds were removed from the yokozuna code.