tlasica commented on a change in pull request #113:
URL: https://github.com/apache/cassandra-dtest/pull/113#discussion_r560032516



##########
File path: cdc_test.py
##########
@@ -547,7 +547,7 @@ def _init_new_loading_node(self, ks_name, create_stmt, 
use_thrift=False):
         logger.debug('adding node')
         self.cluster.add(loading_node, is_seed=True)
         logger.debug('starting new node')
-        loading_node.start(wait_for_binary_proto=True)
+        loading_node.start(wait_for_binary_proto=120)

Review comment:
       instead of increasing timeout we could use some magical flag 
   to skip seed node2 seed connection checking (as node1 is down and node2 is 
also a seed).
   this is new "safety guard" in C* 4.0, but I have not found any switch to 
turn it off...
   
   I was considering to make timeout conditional for 4.0 but this would imo 
bring a little value with added code complexity




----------------------------------------------------------------
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:
[email protected]



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

Reply via email to