kevinrr888 opened a new issue, #4892: URL: https://github.com/apache/accumulo/issues/4892
**Is your feature request related to a problem? Please describe.** https://github.com/apache/accumulo/pull/4807 added a new admin command `admin check run` which can be used to run various checks for problems in Accumulo. The checks don't do anything yet. The functionality for each of them should be added. **Describe the solution you'd like** - [ ] Functionality for SYSTEM_CONFIG check - [ ] Functionality for ROOT_METADATA check - [ ] Functionality for ROOT_TABLE check - [ ] Functionality for METADATA_TABLE check - [ ] Functionality for SYSTEM_FILES check - [ ] Functionality for USER_FILES check - [ ] Existing admin checks currently done through other commands (e.g., `checkTablets`) should be moved under the appropriate new check command. - [ ] Expand on `AdminCheckIT` as functionality is added These should probably be completed over several PRs **Additional context** https://github.com/apache/accumulo/pull/4807 - added the check command https://github.com/apache/accumulo/issues/4687 - detailed info about what should be checked -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
