smiklosovic commented on code in PR #2376:
URL: https://github.com/apache/cassandra/pull/2376#discussion_r1208608770
##########
src/java/org/apache/cassandra/gms/Gossiper.java:
##########
@@ -2224,21 +2255,23 @@ public static void waitToSettle()
{
return;
}
- final int GOSSIP_SETTLE_MIN_WAIT_MS = 5000;
- final int GOSSIP_SETTLE_POLL_INTERVAL_MS = 1000;
- final int GOSSIP_SETTLE_POLL_SUCCESSES_REQUIRED = 3;
+ final int GOSSIP_SETTLE_MIN_WAIT_MS =
Integer.getInteger("cassandra.gossip_settle_min_wait_ms", 5000);
Review Comment:
This should be moved to CassandraRelevantProperties
--
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]