dlmarion commented on code in PR #5749: URL: https://github.com/apache/accumulo/pull/5749#discussion_r2228576551
########## shell/src/main/java/org/apache/accumulo/shell/commands/ConfigCommand.java: ########## @@ -187,6 +205,10 @@ public int execute(final String fullCommand, final CommandLine cl, final Shell s try { systemConfig .putAll(shellState.getAccumuloClient().instanceOperations().getSystemConfiguration()); + Shell.log.warn("System configuration is dependent on the server's site configuration and" Review Comment: Moved this to a ConfigCommand constructor in 5fe3f9e so that it's only printed once on Shell startup. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org