summaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorSimon Willnauer <simonw@apache.org>2017-05-12 15:40:40 +0200
committerGitHub <noreply@github.com>2017-05-12 15:40:40 +0200
commitbe2a6ce80b2282779159bc017352aa6f216349e2 (patch)
treed1cf88e6f71d4cc213d43100827fbd36ffee6ecb /buildSrc
parent04e08f5e491477f573b9e3ac19ee4b57cf7886db (diff)
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
Diffstat (limited to 'buildSrc')
0 files changed, 0 insertions, 0 deletions