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



##########
File path: 
server/master/src/main/java/org/apache/accumulo/master/tableOps/CleanUp.java
##########
@@ -102,8 +102,9 @@ public long isReady(long tid, Master master) throws 
Exception {
       if (!state.equals(TabletState.UNASSIGNED)) {
         // This code will even wait on tablets that are assigned to dead 
tablets servers. This is
         // intentional because the master may make metadata writes for these 
tablets. See #587
-        log.debug("Still waiting for table to be deleted: " + tableId + " 
locationState: "
-            + locationState);
+        log.debug(
+            "Still waiting for table({}) to be deleted, Tablet state to be 
UNASSIGNED. Tablet state: {} locationState: {}",

Review comment:
       ```suggestion
               "Still waiting for table({}) to be deleted; Target tablet state: 
UNASSIGNED, Current tablet state: {}, locationState: {}",
   ```




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