cshannon opened a new issue, #2807: URL: https://github.com/apache/accumulo/issues/2807
Must utility applications extend [KeywordExecutable](https://github.com/apache/accumulo/blob/main/start/src/main/java/org/apache/accumulo/start/spi/KeywordExecutable.java). However, there are some that don't and these should be updated to do so. These applications are meant to be used with the `accumulo` command. I did a search and some examples that could be updated as part of this issue: - [DumpZookeeper](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/DumpZookeeper.java) - [LocalityCheck](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/LocalityCheck.java) - [ChangeSecret](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/ChangeSecret.java) - [DeleteZooInstance](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/DeleteZooInstance.java) - [FindOfflineTablets](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/FindOfflineTablets.java) - [RestoreZookeeper](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/RestoreZookeeper.java) - [TableDiskUsage](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/TableDiskUsage.java) - [TabletServerLocks](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/TabletServerLocks.java) - [VerifyTabletAssignments](https://github.com/apache/accumulo/blob/main/server/base/src/main/java/org/apache/accumulo/server/util/VerifyTabletAssignments.java) I will create PRs for these and submit them. -- 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]
