dlmarion commented on code in PR #3216:
URL: https://github.com/apache/accumulo/pull/3216#discussion_r1220287307


##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/DeadCompactionDetector.java:
##########
@@ -74,7 +74,7 @@ private void detectDeadCompactions() {
 
     if (tabletCompactions.isEmpty()) {
       // Clear out dead compactions, tservers don't think anything is running
-      log.trace("Clearing the dead compaction map, no tablets have compactions 
running");
+      log.debug("Clearing the dead compaction map, no tablets have compactions 
running");

Review Comment:
   I don't remember the reason. Reverted in bbf2fe2



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to