-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[CI] ClusterDisruptionIT.testSendingShardFailure #70407
Labels
:Distributed Indexing/Engine
Anything around managing Lucene and the Translog in an open shard.
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Comments
davidkyle
added
>test-failure
Triaged test failures from CI
:Distributed Indexing/Engine
Anything around managing Lucene and the Translog in an open shard.
labels
Mar 15, 2021
elasticmachine
added
the
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
label
Mar 15, 2021
Pinging @elastic/es-distributed (Team:Distributed) |
@davidkyle, the build link seems inaccessible to me(requires Gradle Enterprise credentials), can you attach the log files please? I wanted to fix this issue and tried reproing it locally, but it succeeds. |
DaveCTurner
added a commit
to DaveCTurner/elasticsearch
that referenced
this issue
Mar 17, 2021
We assert that the snapshot isn't closed on a transport thread, but we close it without forking off the transport thread in case of a failure. With this commit we fork on failure too. Relates elastic#69949 Closes elastic#70407
DaveCTurner
added a commit
that referenced
this issue
Mar 17, 2021
DaveCTurner
added a commit
that referenced
this issue
Mar 17, 2021
DaveCTurner
added a commit
that referenced
this issue
Mar 17, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Indexing/Engine
Anything around managing Lucene and the Translog in an open shard.
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Build scan:
https://gradle-enterprise.elastic.co/s/3dxawzvupxuu4
Repro line:
Reproduces locally?:
Nope
Applicable branches:
7.x, 8.0
Failure history:
Regularly since March 5th although without digging into the logs I can't say the root cause is the same for all those failures
https://build-stats.elastic.co/goto/93418579fb15be36cbf29906167594a3
Failure excerpt:
Mostly manifested as a failure to form a cluster with a missing master but the most interesting error is the assert not transport thread error
The text was updated successfully, but these errors were encountered: