jonmeredith commented on a change in pull request #1395:
URL: https://github.com/apache/cassandra/pull/1395#discussion_r783509975



##########
File path: test/distributed/org/apache/cassandra/distributed/impl/Instance.java
##########
@@ -550,6 +550,14 @@ public void startup(ICluster cluster)
         sync(() -> {
             try
             {
+                if (config.has(GOSSIP))
+                {
+                    // TODO: hacky
+                    System.setProperty("cassandra.ring_delay_ms", "5000");

Review comment:
       Yes indeed, well spotted.
   




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