-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 Expected Exception Check in BlobstoreCacheService #63474
Conversation
The `NodeNotConnectedException` exception can be nested as well in the fairly unlikley case of the disconnect occuring between the connected check and actually sending the request in the transport service. Closes elastic#63233
Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore) |
Hmm not ready for review yet ... this shook out another issue https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-2/10106/ it seems ... on it |
Jenkins run elasticsearch-ci/2 (failure turns out to be unrelated after all ... there's 3 failing builds with this failure before this PR was even created) -> I opened #63586 to address it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for taking care of this
Thanks Tanguy! |
The `NodeNotConnectedException` exception can be nested as well in the fairly unlikley case of the disconnect occuring between the connected check and actually sending the request in the transport service. Closes elastic#63233
The `NodeNotConnectedException` exception can be nested as well in the fairly unlikley case of the disconnect occuring between the connected check and actually sending the request in the transport service. Closes elastic#63233
The
NodeNotConnectedException
exception can be nested as well in thefairly unlikley case of the disconnect occuring between the connected check
and actually sending the request in the transport service.
Closes #63233