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/06/15 15:46:00 UTC

[GitHub] [accumulo] ctubbsii commented on issue #2166: Update CheckForMetadataProblems utility output.

ctubbsii commented on issue #2166:
URL: https://github.com/apache/accumulo/issues/2166#issuecomment-861612631


   Here's a slight variation on what @EdColeman proposed. This version correctly shows the metadata table consistency as part of checking the root table, and user table consistency as part of checking the metadata table. It also adds a blank line in between.
   
   ```
   Checking tables whose metadata is found in: accumulo.root (+r)
   ...All is well for accumulo.metadata (!0)
   No problems found in accumulo.root (+r)
   
   Checking tables whose metadata is found in: accumulo.metadata (!0)
   ...All is well for table accumulo.replication (+rep)
   ...All is well for table trace (1)
   ...All is well for table table_A (2)
   ...All is well for table table_B (3)
   No problems found in accumulo.metadata (!0)
   ```


-- 
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:
users@infra.apache.org