keith-turner commented on code in PR #6126:
URL: https://github.com/apache/accumulo/pull/6126#discussion_r2806391765
##########
server/base/src/main/java/org/apache/accumulo/server/util/TableDiskUsage.java:
##########
@@ -70,7 +77,8 @@
* For more accurate information a compaction should first be run on all files
for the set of tables
* being computed.
*/
-public class TableDiskUsage {
+@AutoService(KeywordExecutable.class)
Review Comment:
Seems confusing to me to offer the same functionality in two different
places w/ potentially diferent command line options. I had to look through the
code to see if they were doing the same thing. So if both are there one will
wonder if they do different things.
--
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]