Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
nodetool verify needs a few more options;
- --check-version to make sure that all sstables are the latest version - intended to be run as a pre major upgrade command
- --dfp to invoke the disk failure policy if a corrupt sstable is found (note that this is on by default in older versions, but it could be dangerous as it could kill the node if disk_failure_policy: die)
- --rsc to change the repair status on corrupt sstables (this is also on by default in older versions, but it could be dangerous to leak repaired data to unrepaired)
- --check-tokens verifies that all tokens are owned by the current node (requires --extended)
- --quick avoid reading all data by not verifying checksums