ctubbsii commented on a change in pull request #1833:
URL: https://github.com/apache/accumulo/pull/1833#discussion_r539616431



##########
File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/ActiveCompactionHelper.java
##########
@@ -86,6 +90,7 @@ private static String formatActiveCompactionLine(String 
tserver, ActiveCompactio
         compactions.add(formatActiveCompactionLine(tserver, ac));
       }
     } catch (Exception e) {
+      log.debug("Exception thrown while attempting to list active 
compactions", e);

Review comment:
       ```suggestion
         log.debug("Error attempting to list active compactions for server {}", 
tserver, e);
   ```




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

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


Reply via email to