Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix testSearchAndRelocateConcurrently
This aims to test we can search through replica shard relocations. However, the way the test was written it was sometimes also starting another data node. The concurrent search requests would sometimes hit this new node, before its cluster state was RECOVERED. The search action throws exception when the cluster state is not recovered as it needs to be able to read the cluster state. This fixes the test to not start new data nodes.
- Loading branch information