EdColeman opened a new issue #2166: URL: https://github.com/apache/accumulo/issues/2166
**Is your feature request related to a problem? Please describe.** Update the output of the CheckForMetadataProblems utility. The current output shows a mix of table ids and names and seems to predate the renaming of some of the system tables like root, metadata...) **Describe the solution you'd like** ``` The current output: > accumulo org.apache.accumulo.server.util.CheckForMetadataProblems -u root All is well for table !0 No problems found Checking table: accumulo.metadata All is well for table +rep All is well for table 1 All is well for table 2 All is well for table 3 No problems found This might be improved with something like: Checking root table All is well for accumulo.root (+r) Checking table: accumulo.metadata All is well for 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 And any errors could report the table name if available. ``` -- 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]
