[ 
https://issues.apache.org/jira/browse/CASSANDRA-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marcus Eriksson updated CASSANDRA-14201:
----------------------------------------
    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



  was:
{{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
* {{--quick}} avoid reading all data by not verifying checksums




> Add a few options to nodetool verify
> ------------------------------------
>
>                 Key: CASSANDRA-14201
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14201
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Major
>             Fix For: 4.x
>
>
> {{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



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to