bereng commented on code in PR #250:
URL: https://github.com/apache/cassandra-dtest/pull/250#discussion_r1465877265
##########
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:
Yep. Either that or fix the bootstrap issue and start them all at once in
all versions.
--
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]