OpenSearch/modules/transport-netty4
Tim Brooks 547e399dbf
Remove option to enable direct buffer pooling (#48310)
This commit removes the option to change the netty system properties to
reenable the direct buffer pooling. It also removes the need for us to
disable the buffer pooling in the system properties file. Instead, we
programmatically craete an allocator that is used by our networking
layer.

This commit does introduce an Elasticsearch property which allows the
user to fallback on the netty default allocator. If they choose this
option, they can configure the default allocator how they wish using the
standard netty properties.
2019-10-21 19:15:50 -06:00
..
licenses Upgrade to Netty 4.1.42 (#48015) 2019-10-14 13:54:02 -06:00
src Remove option to enable direct buffer pooling (#48310) 2019-10-21 19:15:50 -06:00
build.gradle Remove option to enable direct buffer pooling (#48310) 2019-10-21 19:15:50 -06:00