-
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
testRestoreIncreasesPrimaryTerms fails on 6.x #38223
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>test-failure
Triaged test failures from CI
Comments
dnhatn
added
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>test-failure
Triaged test failures from CI
labels
Feb 1, 2019
Pinging @elastic/es-distributed |
dnhatn
added a commit
to dnhatn/elasticsearch
that referenced
this issue
Feb 1, 2019
dnhatn
added a commit
that referenced
this issue
Feb 1, 2019
tlrx
added a commit
to tlrx/elasticsearch
that referenced
this issue
Feb 4, 2019
In 6.x the open index request does not wait for shards to be active and returns immediately. In this specific test, we want to capture the values of the primary terms before the snapshot and restore and if it does not wait for shard to be active the captured values might not be up to date. Closes elastic#38223
tlrx
added a commit
that referenced
this issue
Feb 4, 2019
In 6.x the open index request does not wait for shards to be active and returns immediately. In this specific test, we want to capture the values of the primary terms before the snapshot and restore and if it does not wait for shard to be active the captured values might not be up to date. Closes #38223
Closed by #38314 |
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
>test-failure
Triaged test failures from CI
I can reproduce this locally with the following command.
CI: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/1325/console
Relates #38177
The text was updated successfully, but these errors were encountered: