-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] BlobStoreRepositoryCleanupIT.testMasterFailoverDuringCleanup #69434
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
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test-failure
Triaged test failures from CI
Comments
Pinging @elastic/es-distributed (Team:Distributed) |
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Feb 23, 2021
The problem with elastic#69434 was that during master failover the listener might get retried after the new master has already dropped the cleanup from the cluster state which then conflicts with the cleanup executed by the repo consistency checks after each test. To prevent running into this conflict, just wait for the future to actually return. Closes elastic#69434
original-brownbear
added a commit
that referenced
this issue
Feb 24, 2021
The problem with #69434 was that during master failover the listener might get retried after the new master has already dropped the cleanup from the cluster state which then conflicts with the cleanup executed by the repo consistency checks after each test. To prevent running into this conflict, just wait for the future to actually return. Closes #69434
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Feb 24, 2021
The problem with elastic#69434 was that during master failover the listener might get retried after the new master has already dropped the cleanup from the cluster state which then conflicts with the cleanup executed by the repo consistency checks after each test. To prevent running into this conflict, just wait for the future to actually return. Closes elastic#69434
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Feb 24, 2021
The problem with elastic#69434 was that during master failover the listener might get retried after the new master has already dropped the cleanup from the cluster state which then conflicts with the cleanup executed by the repo consistency checks after each test. To prevent running into this conflict, just wait for the future to actually return. Closes elastic#69434
original-brownbear
added a commit
that referenced
this issue
Feb 24, 2021
The problem with #69434 was that during master failover the listener might get retried after the new master has already dropped the cleanup from the cluster state which then conflicts with the cleanup executed by the repo consistency checks after each test. To prevent running into this conflict, just wait for the future to actually return. Closes #69434
original-brownbear
added a commit
that referenced
this issue
Feb 24, 2021
The problem with #69434 was that during master failover the listener might get retried after the new master has already dropped the cleanup from the cluster state which then conflicts with the cleanup executed by the repo consistency checks after each test. To prevent running into this conflict, just wait for the future to actually return. Closes #69434
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 (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/hxjhopehss5ag
Repro line:
./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.repositories.blobstore.BlobStoreRepositoryCleanupIT.testMasterFailoverDuringCleanup" -Dtests.seed=A5C9D3D7B6977447 -Dtests.security.manager=true -Dtests.locale=ko-KR -Dtests.timezone=EET -Druntime.java=8
Reproduces locally?: No
Applicable branches: 7.x, 7.12, 7.11
Failure history: https://build-stats.elastic.co/goto/8e9ed248199698dea8b4e63975336e8f
Failure excerpt:
The text was updated successfully, but these errors were encountered: