Closed tchaikov closed 7 months ago
@scylladb/scylla-maint hello maintainers, could you help review this change?
What commands does this fix?
@denesb it's sstablelevelreset
. the test failure can be found at https://jenkins.scylladb.com/job/scylla-master/job/scylla-ci/7814/testReport/junit/offline_tools_test/TestOfflineTools/Tests___dtest_with_topology_changes___test_sstablelevelreset/. this tool is not implemented yet. see https://github.com/scylladb/scylladb/issues/15038
dclocal_read_repair_chance and read_repair_chance could be missing if they are removed in newer Scylla releases, so ignore them and use 0.0 as the default values for them.
Refs scylladb/scylladb#3502