OpenSearch/modules
Tim Brooks 4e04f95ab4
Fix issue where pages aren't released (#27459)
This is related to #27422. Right now when we send a write to the netty
transport, we attach a listener to the future. When you submit a write
on the netty event loop and the event loop is shutdown, the onFailure
method is called. Unfortunately, netty then tries to notify the listener
which cannot be done without dispatching to the event loop. In this
case, the dispatch fails and netty logs and error and does not tell us.

This commit checks that netty is still not shutdown after sending a
message. If netty is shutdown, we complete the listener.
2017-11-20 14:53:08 -07:00
..
aggs-composite Add composite aggregator (#26800) 2017-11-16 15:13:36 +01:00
aggs-matrix-stats [Tests] Fix occasional test failure due to two random values being the same 2017-10-27 12:06:16 +02:00
analysis-common Add limits for ngram and shingle settings (#27211) 2017-11-07 08:14:55 -05:00
ingest-common Rest test fixes (#27354) 2017-11-14 11:14:14 +01:00
lang-expression Upgrade to Lucene 7.1 (#27225) 2017-11-02 13:25:33 +00:00
lang-mustache Fix update_by_query's default size parameter (#26784) 2017-09-25 16:25:27 -04:00
lang-painless Upgrade Painless from ANTLR 4.5.1-1 to ANTLR 4.5.3. (#27153) 2017-10-27 11:07:49 -07:00
mapper-extras #26260 Allow ip_range to accept CIDR notation (#27192) 2017-11-03 13:34:48 -06:00
parent-join Enhances exists queries to reduce need for `_field_names` (#26930) 2017-11-01 10:46:59 +00:00
percolator reword comment 2017-11-13 08:00:34 +01:00
reindex Plugins: Add versionless alias to all security policy codebase properties (#26756) 2017-11-10 11:00:09 -08:00
repository-url Remove the single argument Environment constructor (#27235) 2017-11-04 13:25:09 +00:00
transport-netty4 Fix issue where pages aren't released (#27459) 2017-11-20 14:53:08 -07:00
tribe Remove Settings#getAsMap() (#26845) 2017-10-04 01:21:38 -06:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00