ddanielr commented on code in PR #4310:
URL: https://github.com/apache/accumulo/pull/4310#discussion_r1504767836


##########
server/manager/src/main/java/org/apache/accumulo/manager/compaction/queue/CompactionJobQueues.java:
##########
@@ -145,16 +147,17 @@ public MetaJob poll(CompactorGroupId groupId) {
   private void add(TabletMetadata tabletMetadata, CompactorGroupId groupId,
       Collection<CompactionJob> jobs) {
 
-    // TODO log level
     if (log.isDebugEnabled()) {

Review Comment:
   ```suggestion
       if (log.isTraceEnabled()) {
   ```



-- 
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