Skip to content

Commit 28c8d3d

Browse files
dlmarionctubbsii
andauthored
Update server/compaction-coordinator/src/main/java/org/apache/accumulo/coordinator/CoordinatorSummaryLogger.java
Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
1 parent a4d66fb commit 28c8d3d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

server/compaction-coordinator/src/main/java/org/apache/accumulo/coordinator/CoordinatorSummaryLogger.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ public void logSummary() {
7171
count.get());
7272

7373
});
74-
perTableRunningCount.forEach((t, count) -> {
75-
LOG.info("Running compactions for table {}: {}", t, count);
76-
});
74+
perTableRunningCount.forEach((t, count) -> LOG.info("Running compactions for table {}: {}", t, count));
7775
}
7876

7977
}

0 commit comments

Comments
 (0)