Skip to content
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

Explicitly disable Netty key set replacement #20249

Merged
merged 1 commit into from Aug 31, 2016
Merged

Explicitly disable Netty key set replacement #20249

merged 1 commit into from Aug 31, 2016

Conversation

jasontedor
Copy link
Member

Netty replaces the backing set for the selector implementation. The
value of doing this is questionable, and doing this requires permissions
that we are not going to grant. This commit explicitly disables this
optimization rather than relying on it failing due to lack of
permissions.

Netty replaces the backing set for the selector implementation. The
value of doing this is questionable, and doing this requires permissions
that we are not going to grant. This commit explicitly disables this
optimization rather than relying on it failing due to lack of
permissions.
@jasontedor jasontedor added >enhancement review :Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts v5.0.0-beta1 labels Aug 31, 2016
@jaymode
Copy link
Member

jaymode commented Aug 31, 2016

LGTM

@jasontedor jasontedor merged commit 0c027ac into elastic:master Aug 31, 2016
@jasontedor
Copy link
Member Author

Thanks @jaymode!

@jasontedor jasontedor deleted the disable-netty-key-set-replacement branch August 31, 2016 12:11
@mark-vieira mark-vieira added the Team:Delivery Meta label for Delivery team label Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Packaging RPM and deb packaging, tar and zip archives, shell and batch scripts >enhancement Team:Delivery Meta label for Delivery team v5.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants