netudima commented on code in PR #2497: URL: https://github.com/apache/cassandra/pull/2497#discussion_r2098960696
########## src/java/org/apache/cassandra/tools/nodetool/SetConcurrency.java: ########## @@ -55,7 +56,6 @@ public void execute(NodeProbe probe) { String message = e.getMessage() != null ? e.getMessage() : "invalid pool size"; probe.output().out.println("Unable to set concurrency: " + message); - System.exit(1); Review Comment: what exit code is expected here? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org