-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Upgrade to Netty 4.1.38 #45132
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
Upgrade to Netty 4.1.38 #45132
Conversation
original-brownbear
commented
Aug 2, 2019
- A number of fixes to buffer handling in the .37 and .38 -> we should stay up to date
* A number of fixes to buffer handling in the .37 and .38 -> we should stay up to date
|
Pinging @elastic/es-distributed |
Tim-Brooks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but this should not be released in a release version of Elasticsearch without #44837. 4.1.37 starts using direct buffers on the read path and we need to mitigate that.
|
@tbrooks8 thanks, I'll hold off merging this one until #44837 is merged then :) |
|
@elasticmachine update branch |
|
Jenkins run elasticsearch-ci/2 |
* A number of fixes to buffer handling in the .37 and .38 -> we should stay up to date