You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ccm fails to start a Cassandra cluster with version 4.1.2. The reason is the change in the naming of the parameters of the cassandra.yaml configuration file: https://cassandra.apache.org/doc/latest/cassandra/configuration/configuration.html
As the names of the parameters are hardcoded, to support the latest version of Cassandra they need to be modified according to the table mentioned in the link above.
The text was updated successfully, but these errors were encountered:
There are 2 things that I would like to modify to avoid repeating modifications in the drivers:
When using the option --rpc-timeout in ccm updateconf it adds timeout options with names containing their units (*_in_ms)
I think it is not possible to set --batch-cl option to None as it has a default False value, so commitlog_sync_period_in_ms and commitlog_sync_batch_window_in_ms are always added to cluster.conf and cassandra.yaml files.
Currently,
ccm
fails to start a Cassandra cluster with version 4.1.2. The reason is the change in the naming of the parameters of thecassandra.yaml
configuration file:https://cassandra.apache.org/doc/latest/cassandra/configuration/configuration.html
As the names of the parameters are hardcoded, to support the latest version of Cassandra they need to be modified according to the table mentioned in the link above.
The text was updated successfully, but these errors were encountered: