31bf279ec7
Today we ship with default jvm.options for server Elasticsearch that prevents Netty from using some unsafe optimizations. Yet, the settings do nothing for the transport client since it is embedded in other applications that will not read and use those settings. This commit adds these settings for the transport client, and is done so in a way that still enables users to go unsafe if they want to go unsafe (they shouldn't, but the option is there). Relates #22284 |
||
---|---|---|
.. | ||
benchmark | ||
client-benchmark-noop-api-plugin | ||
rest | ||
sniffer | ||
test | ||
transport |