Skip to content

Commit 4d53ec9

Browse files
committed
Remove unnecessary extra logging
1 parent 674ddf2 commit 4d53ec9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/index/shard/IndexShardTests.java

-1
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,6 @@ public void testRefreshMetric() throws IOException {
15591559
// refresh on: finalize and end of recovery
15601560
// finalizing a replica involves two refreshes with soft deletes because of estimateNumberOfHistoryOperations()
15611561
final long initialRefreshes = shard.routingEntry().primary() || shard.indexSettings().isSoftDeleteEnabled() == false ? 2L : 3L;
1562-
logger.info("--> checking refresh stats for [{}], expecting [{}]", shard.routingEntry(), initialRefreshes);
15631562
assertThat(shard.refreshStats().getTotal(), equalTo(initialRefreshes));
15641563
long initialTotalTime = shard.refreshStats().getTotalTimeInMillis();
15651564
// check time advances

0 commit comments

Comments
 (0)