netudima commented on code in PR #296:
URL: https://github.com/apache/cassandra-dtest/pull/296#discussion_r3569560505


##########
disk_balance_test.py:
##########
@@ -108,6 +111,10 @@ def test_disk_balance_decommission(self):
         cluster = self.cluster
         if self.dtest_config.use_vnodes:
             cluster.set_configuration_options(values={'num_tokens': 256})
+        # Paxos v2 (dtest-latest) paxos repair (while bootstrapping 
replacement node) can time out and retry
+        paxos_variant = node1.get_conf_option('paxos_variant')

Review Comment:
   node1 variable is assigned after this line, should we move the declaration 
after assignment?



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