I saw a tool called sstablerepairedset
in cassandra, which can mark different SSTable files with a mark indicating whether they have been repaired or not. But I haven’t seen any related implementation in Scylla, except in Java submadel. I tried running it, but it reported the following error:
[root@libo built_views-4b3c50a9ea873d7691016dbc9c38494a]# sstablerepairedset --really-set --is-repaired me-3gcw_0i5j_313gw2jbrsllb58xj8-big-Data.db
Exception (org.apache.cassandra.exceptions.ConfigurationException) encountered during startup: Missing directive: partitioner
Missing directive: partitioner
Can scylla also repair only SSTables marked as unrepaired like cassandra.
Thanks!