OpenSearch/modules
Simon Willnauer be2a6ce80b Notify onConnectionClosed rather than onNodeDisconnect to prune transport handlers (#24639)
Today we prune transport handlers in TransportService when a node is disconnected.
This can cause connections to starve in the TransportService if the connection is
opened as a short living connection ie. without sharing the connection to a node
via registering in the transport itself. This change now moves to pruning based
on the connections cache key to ensure we notify handlers as soon as the connection
is closed for all connections not just for registered connections.

Relates to #24632
Relates to #24575
Relates to #24557
2017-05-12 15:40:40 +02:00
..
aggs-matrix-stats Added unit tests for InternalMatrixStats. 2017-05-10 11:06:18 +02:00
analysis-common Make PreConfiguredTokenFilter harder to misuse (#24572) 2017-05-10 22:39:43 -04:00
ingest-common remove duplicated import in AppendProcessor 2017-05-08 10:36:36 +02:00
lang-expression Scripting: Remove "service" from ScriptEngine interface name (#24574) 2017-05-10 00:47:33 -07:00
lang-mustache Removed deprecated template query. 2017-05-11 14:56:45 +02:00
lang-painless Painless: Optimize instance creation in LambdaBootstrap (#24618) 2017-05-11 09:10:27 -07:00
percolator Fix PercolatorQuerySearchIT to not create multiple types. 2017-05-03 16:44:14 +02:00
reindex Reindex: don't duplicate _source parameter (#24629) 2017-05-11 16:30:06 -04:00
repository-url Tests: Clean up rest test file handling (#21392) 2017-04-18 15:07:08 -07:00
transport-netty4 Notify onConnectionClosed rather than onNodeDisconnect to prune transport handlers (#24639) 2017-05-12 15:40:40 +02:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00