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 Transport Stopped Exception (#48930) #49035

Merged

Conversation

henningandersen
Copy link
Contributor

When a node shuts down, TransportService moves to stopped state and
then closes connections. If a request is done in between, an exception
was thrown that was not retried in replication actions. Now throw a
wrapped NodeClosedException exception instead, which is correctly
handled in replication action. Fixed other usages too.

Relates #42612

Backport of #48930

When a node shuts down, `TransportService` moves to stopped state and
then closes connections. If a request is done in between, an exception
was thrown that was not retried in replication actions. Now throw a
wrapped `NodeClosedException` exception instead, which is correctly
handled in replication action. Fixed other usages too.

Relates elastic#42612
@henningandersen henningandersen added >bug :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. backport v7.6.0 labels Nov 13, 2019
@elasticmachine
Copy link
Collaborator

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

@henningandersen henningandersen merged commit 66f0c89 into elastic:7.x Nov 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport >bug :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v7.6.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants