Full cluster restart test recovery failing from unrecognized parameter #29544
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
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.The text was updated successfully, but these errors were encountered: