You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/07/06 17:33:05 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #2180: Update CheckForMetadataProblems Utility Output

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



##########
File path: server/base/src/main/java/org/apache/accumulo/server/util/CheckForMetadataProblems.java
##########
@@ -75,12 +86,12 @@ private static void checkTable(TableId tableId, TreeSet<KeyExtent> tablets) {
       KeyExtent tabke = tabIter.next();
       boolean broke = false;
       if (tabke.prevEndRow() == null) {
-        System.out
-            .println("Table " + tableId + " has null prev end row in middle of table " + tabke);
+        System.out.println("Table " + tableName + " (" + tableId

Review comment:
       ```suggestion
           System.out.println("...Table " + tableName + " (" + tableId
   ```




-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org