In the latest OSS version (5.4.0), if we use the defaults from Scylla we'll see the following error:
init - Bad configuration: consistent_cluster_management requires schema commit log to be enabled
This happens because consistent_cluster_management is set to true and force_schema_commit_log is set to false by default.
This PR fixes this error in our CI by setting force_schema_commit_log to true in scylla_yaml_params.
In the latest OSS version (5.4.0), if we use the defaults from Scylla we'll see the following error:
init - Bad configuration: consistent_cluster_management requires schema commit log to be enabled
This happens because consistent_cluster_management is set to true and force_schema_commit_log is set to false by default.
This PR fixes this error in our CI by setting force_schema_commit_log to true in scylla_yaml_params.