You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEST: Wait for active shards after re-open follower
In testValidateFollowingIndexSettings, we close/open the follower index,
then make that index follow the leader. The default value of
`wait_for_active_shards` in 6.x is NONE, thus the open command may
return before the primary shard gets allocated.
This commit makes sure that we wait for the primary allocated after
re-opening an index before following another index.
0 commit comments