We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c617696 commit dca19d4Copy full SHA for dca19d4
server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java
@@ -431,6 +431,7 @@ public void testNodeDropWithOngoingReplication() throws Exception {
431
refresh(INDEX_NAME);
432
blockFileCopy.countDown();
433
internalCluster().stopRandomNode(InternalTestCluster.nameFilter(primaryNode));
434
+ ensureYellow(INDEX_NAME);
435
assertBusy(() -> { assertDocCounts(docCount, replicaNode); });
436
state = client().admin().cluster().prepareState().execute().actionGet().getState();
437
// replica now promoted as primary should have same allocation id
0 commit comments