We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf5cee commit a90ab97Copy full SHA for a90ab97
server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java
@@ -732,6 +732,7 @@ public void testDropPrimaryDuringReplication() throws Exception {
732
// start another replica.
733
dataNodes.add(internalCluster().startDataOnlyNode());
734
ensureGreen(INDEX_NAME);
735
+ waitForSearchableDocs(initialDocCount, dataNodes);
736
737
// index another doc and refresh - without this the new replica won't catch up.
738
String docId = String.valueOf(initialDocCount + 1);
0 commit comments