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 2022/01/12 00:38:18 UTC

[GitHub] [cassandra] jonmeredith opened a new pull request #1395: CASSANDRA-17256 3.0

jonmeredith opened a new pull request #1395:
URL: https://github.com/apache/cassandra/pull/1395


   See [CASSANDRA-17256](https://issues.apache.org/jira/browse/CASSANDRA-17256)


-- 
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-unsubscribe@cassandra.apache.org

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


[GitHub] [cassandra] maedhroz commented on a change in pull request #1395: CASSANDRA-17256 3.0

Posted by GitBox <gi...@apache.org>.
maedhroz commented on a change in pull request #1395:
URL: https://github.com/apache/cassandra/pull/1395#discussion_r783380199



##########
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:
       Did we want 15 second here (as it is in the 4.0 and trunk branches)?




-- 
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-unsubscribe@cassandra.apache.org

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


[GitHub] [cassandra] jonmeredith commented on a change in pull request #1395: CASSANDRA-17256 3.0

Posted by GitBox <gi...@apache.org>.
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: pr-unsubscribe@cassandra.apache.org

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


[GitHub] [cassandra] smiklosovic closed pull request #1395: CASSANDRA-17256 3.0

Posted by GitBox <gi...@apache.org>.
smiklosovic closed pull request #1395:
URL: https://github.com/apache/cassandra/pull/1395


   


-- 
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-unsubscribe@cassandra.apache.org

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