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

Full cluster restart test recovery failing from unrecognized parameter #29544

Closed
jasontedor opened this issue Apr 16, 2018 · 3 comments
Closed
Assignees
Labels
:Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. >test-failure Triaged test failures from CI

Comments

@jasontedor
Copy link
Member

Hooray for strict parameter parsing! The full cluster restart test recovery test is failing because an invocation of GET /_cluster/health?wait_for_no_initializing_shards=true was added yet this was only added in 6.2.0 so older nodes do not understand this parameter. Because of strict parameter parsing, this request fails and the test fails.

@jasontedor jasontedor added >test-failure Triaged test failures from CI :Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. labels Apr 16, 2018
@jasontedor jasontedor self-assigned this Apr 16, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed

@jasontedor
Copy link
Member Author

Muted on master in 21e7340 and on 6.x in 9488e4b.

@jasontedor
Copy link
Member Author

I opened #29545.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Recovery Anything around constructing a new shard, either from a local or a remote source. >test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants