rhuffy commented on code in PR #3270:
URL: https://github.com/apache/cassandra/pull/3270#discussion_r1592978577


##########
src/java/org/apache/cassandra/gms/Gossiper.java:
##########
@@ -123,6 +123,9 @@ public static class Props
         SILENT_SHUTDOWN_STATES.add(VersionedValue.STATUS_BOOTSTRAPPING);
         
SILENT_SHUTDOWN_STATES.add(VersionedValue.STATUS_BOOTSTRAPPING_REPLACE);
     }
+
+    static final List<String> BOOTSTRAPPING_STATES = 
Arrays.asList(VersionedValue.STATUS_BOOTSTRAPPING,

Review Comment:
   👍  That was added in 5.0. I can add it to this patch to minimize the diff 
between versions



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to