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 Expected Exception Check in BlobstoreCacheService #63474

Merged
merged 1 commit into from
Oct 13, 2020

Conversation

original-brownbear
Copy link
Member

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 #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
@original-brownbear original-brownbear added >test Issues or PRs that are addressing/adding tests :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs v8.0.0 v7.10.0 v7.11.0 labels Oct 8, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (:Distributed/Snapshot/Restore)

@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team (obsolete) label Oct 8, 2020
@original-brownbear original-brownbear requested review from tlrx and removed request for tlrx October 8, 2020 12:46
@original-brownbear
Copy link
Member Author

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

@original-brownbear
Copy link
Member Author

original-brownbear commented Oct 13, 2020

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.

Copy link
Member

@tlrx tlrx left a 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

@original-brownbear
Copy link
Member Author

Thanks Tanguy!

@original-brownbear original-brownbear merged commit 1a1d26e into elastic:master Oct 13, 2020
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request Oct 26, 2020
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
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this pull request Oct 26, 2020
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
original-brownbear added a commit that referenced this pull request Oct 26, 2020
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 #63233
original-brownbear added a commit that referenced this pull request Oct 26, 2020
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 #63233
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs Team:Distributed Meta label for distributed team (obsolete) >test Issues or PRs that are addressing/adding tests v7.10.0 v7.11.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] SearchableSnapshotsBlobStoreCacheIntegTests testBlobStoreCache failed
4 participants