Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
Signed-off-by: Poojita Raj <[email protected]>
  • Loading branch information
Poojita-Raj committed Jul 14, 2023
1 parent e7a0e53 commit 262949b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,9 +403,7 @@ public void testReplicationAfterForceMerge() throws Exception {
// Force a merge here so that the in memory SegmentInfos does not reference old segments on disk.
client().admin().indices().prepareForceMerge(INDEX_NAME).setMaxNumSegments(1).setFlush(false).get();
refresh(INDEX_NAME);
logger.info("start");
verifyStoreContent();
logger.info("success");
}
}

Expand Down

0 comments on commit 262949b

Please sign in to comment.