-
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
MixedClusterClientYamlTestSuiteIT failure due to trying to delete indices being snapshotted/creating indices that already exist #39721
Labels
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
>test-failure
Triaged test failures from CI
Comments
gwbrown
added
>test-failure
Triaged test failures from CI
:Delivery/Build
Build or test infrastructure
labels
Mar 5, 2019
Pinging @elastic/es-core-infra |
I've tagged this as core/infra/build mostly because there's a ton of stuff in this test suite and I'm not sure whether this is a problem with one of the tests, or the test infrastructure. |
original-brownbear
added
:Distributed Coordination/Snapshot/Restore
Anything directly related to the `_snapshot/*` APIs
and removed
:Delivery/Build
Build or test infrastructure
labels
Mar 5, 2019
Pinging @elastic/es-distributed |
I tracked this down I think, we are sending the wrong snapshot shard status update message to |
original-brownbear
added a commit
to original-brownbear/elasticsearch
that referenced
this issue
Mar 6, 2019
* We were sending the wrong snapshot shard status update format to 5.6 (but reading the correct version) so tests would fail with 5.6 masters but not with 5.6 nodes running against a 6.7 master * Closes elastic#39721
original-brownbear
added a commit
that referenced
this issue
Mar 6, 2019
* Fix Snapshot BwC with Version 5.6.x * We were sending the wrong snapshot shard status update format to 5.6 (but reading the correct version) so tests would fail with 5.6 masters but not with 5.6 nodes running against a 6.7 master * Closes #39721
Closed via #39737 |
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
This hit a 6.7 intake build on one of my commits. I'm pretty sure it's not related to the changes in the commit, as they pertain mostly to Watcher.
CI Link: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.7+intake/306/console
A ton of stuff in MixedClusterClientYamlTestSuiteIT failed, none reproduces locally. Sample reproduce line:
There's two kinds of exceptions that keep popping up in the logs that look like they might be related.
One is a failure to delete some indices that are currently being snapshotted:
And the other is trying to create an index that already exists, which just so happens to be one of the indices that couldn't be deleted because it was being snapshotted. This one is a bit harder to get a clean stack trace of, so here's a snippet of the returned JSON:
Logs, for posterity: consoleText.txt.zip
[edit: pasted the wrong second snippet the first time]
The text was updated successfully, but these errors were encountered: