Skip to content

Commit

Permalink
Fix code comments
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Singh <[email protected]>
  • Loading branch information
ashking94 committed Jul 3, 2023
1 parent 919b5fc commit 276098d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ public void testPrimaryTermValidation() throws Exception {
String clusterManagerNode = internalCluster().getClusterManagerName();
logger.info("Node names : clusterManager={} primary={} replica={}", clusterManagerNode, primaryNode, replicaNode);

// Index some docs and validate that both primary and replica node has it. Refresh is triggered to
// Index some docs and validate that both primary and replica node has it. Refresh is triggered to trigger segment replication
// to ensure replica is also upto date.
int numOfDocs = randomIntBetween(5, 10);
for (int i = 0; i < numOfDocs; i++) {
indexSameDoc(clusterManagerNode, INDEX_NAME);
Expand Down

0 comments on commit 276098d

Please sign in to comment.