scylladb / scylla-ccm

Cassandra Cluster Manager, modified for Scylla
Apache License 2.0
20 stars 60 forks source link

ccmlib: stop passing auto_bootstrap #536

Closed tchaikov closed 7 months ago

tchaikov commented 7 months ago

we stopped handling auto_bootstrap since scylladb/scylladb@3b1ff90 and the behavior is like it's true, so stop passing this setting down.

tchaikov commented 7 months ago

see also https://github.com/scylladb/scylla-dtest/pull/3769 and https://github.com/scylladb/scylladb/pull/16165

tchaikov commented 7 months ago

being tested at https://jenkins.scylladb.com/view/master/job/scylla-master/job/byo/job/dtest-byo/55

avelanarius commented 5 months ago

This change breaks Java Driver 4.x CI with Cassandra 4.x - in one test node bootstrap starts timing out and now requires a very large timeout (120 seconds)