You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/11/12 21:42:09 UTC

[GitHub] [cassandra] jrwest commented on a change in pull request #820: CASSANDRA-16270 - jvm-dtest nodetool doesn't handle System.exit

jrwest commented on a change in pull request #820:
URL: https://github.com/apache/cassandra/pull/820#discussion_r522443893



##########
File path: src/java/org/apache/cassandra/tools/nodetool/Verify.java
##########
@@ -74,6 +74,7 @@ public void execute(NodeProbe probe)
         if (checkOwnsTokens && !extendedVerify)
         {
             out.println("Token verification requires --extended-verify");
+            // if System.exist gets removed, make sure to update org.apache.cassandra.distributed.test.NodeToolTest.testNodetoolSystemExit

Review comment:
       minor typo: `System.exist`. 




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org