kevinrr888 commented on code in PR #5348:
URL: https://github.com/apache/accumulo/pull/5348#discussion_r2737865079


##########
server/base/src/main/java/org/apache/accumulo/server/conf/CheckAccumuloProperties.java:
##########
@@ -45,7 +46,8 @@ public String description() {
     return "Checks the provided Accumulo configuration file for errors. "
         + "This only checks the contents of the file and not any running 
Accumulo system, "
         + "so it can be used prior to init, but only performs a subset of the 
checks done by "
-        + (new CheckServerConfig().keyword());
+        + "the admin " + Admin.CheckCommand.class.getSimpleName() + " check "
+        + Admin.CheckCommand.Check.SERVER_CONFIG;

Review Comment:
   Addressed in 1af0ad37e051d4f6c770110e711fc0d122cb832f



-- 
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]

Reply via email to