Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Leaking Listener When Closing NodeClient (#55676) #55864

Merged
merged 1 commit into from
Apr 28, 2020

Conversation

original-brownbear
Copy link
Member

If a node client (or rather its underlying node) is closed then
any executions on it will just quietly fail as happens in #55660
via closing the nodes on the test thread and asynchronously using
a node client.

Closes #55660

Backport of #55676

If a node client (or rather its underlying node) is closed then
any executions on it will just quietly fail as happens in elastic#55660
via closing the nodes on the test thread and asynchronously using
a node client.

Closes elastic#55660
@original-brownbear original-brownbear added :Distributed Coordination/Network Http and internode communication implementations backport labels Apr 28, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Network)

@original-brownbear original-brownbear merged commit f38385e into elastic:7.x Apr 28, 2020
@original-brownbear original-brownbear deleted the 55676-7.x branch April 28, 2020 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed Coordination/Network Http and internode communication implementations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants