krummas commented on code in PR #250:
URL: https://github.com/apache/cassandra-dtest/pull/250#discussion_r1465331991
##########
bootstrap_test.py:
##########
@@ -250,15 +250,19 @@ def test_read_from_bootstrapped_node(self):
"""
cluster = self.cluster
cluster.set_environment_variable('CASSANDRA_TOKEN_PREGENERATION_DISABLED',
'True')
+ # Nodes need to be started one by one, not all at once. See
CASSANDRA-19097
cluster.populate(3)
+ cluster.nodelist()[0].start(wait_for_binary_proto=True)
Review Comment:
I guess we need to version guard this so we still start all nodes at the
same time in 5.1
--
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]