Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-14201

Add a few options to nodetool verify

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 4.0-alpha1, 4.0
    • 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

      Attachments

        Activity

          People

            marcuse Marcus Eriksson
            marcuse Marcus Eriksson
            Marcus Eriksson
            Ariel Weisberg
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: