OpenSearch/modules
Jason Tedor 06364cf6f0 You had one job Netty logging guard
In pre-release versions of Elasticsearch 5.0.0, users were subject to
log messages of the form "your platform does not.*reliably.*potential
system instability". This is because we disable Netty from being unsafe,
and Netty throws up this scary info-level message when unsafe is
unavailable, even if it was unavailable because the user requested that
it be unavailabe. Users were rightly confused, and concerned. So, we
contributed a guard to Netty to prevent this log message from showing up
when unsafe was explicitly disabled. This guard shipped with all
versions of Netty that shipped starting with Elasticsearch
5.0.0. Unfortunately, this guard was lost in an unrelated refactoring
and now with the 4.1.10.Final upgrade, users will again see this
message. This commit is a hack around this until we can get a fix
upstream again.

Relates #24469
2017-05-03 18:49:08 -04:00
..
aggs-matrix-stats Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
analysis-common Move char filters into analysis-common (#24261) 2017-04-26 13:25:34 -04:00
ingest-common Remove most usages of 1-arg Script ctor (#24325) 2017-04-26 16:04:38 -04:00
lang-expression Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
lang-mustache Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
lang-painless Try not to lose stacktraces (#24426) 2017-05-02 11:34:12 -04:00
percolator Fix PercolatorQuerySearchIT to not create multiple types. 2017-05-03 16:44:14 +02:00
reindex Java api: ActionRequestBuilder#execute to return a PlainActionFuture (#24415) 2017-05-03 11:20:53 +02:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 You had one job Netty logging guard 2017-05-03 18:49:08 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00