sstablescrub
An offline version of nodetool scrub. It attempts to remove the corrupted parts while preserving non-corrupted data.
The sstablescrub utility is an offline version of nodetool
scrub. It attempts to remove the corrupted parts while preserving
non-corrupted data. Because sstablescrub runs offline, it can correct errors that
nodetool scrub
cannot. If an SSTable cannot be read due to
corruption, it will be left on disk.
If scrubbing results in dropping rows, new SSTables become unrepaired. However, if no
bad rows are detected, the SSTable keeps its original repairedAt
field, which denotes the time of the repair.