You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Marcus Eriksson (JIRA)" <ji...@apache.org> on 2018/02/06 10:01:00 UTC

[jira] [Commented] (CASSANDRA-14201) Add a few options to nodetool verify

    [ https://issues.apache.org/jira/browse/CASSANDRA-14201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16353666#comment-16353666 ] 

Marcus Eriksson commented on CASSANDRA-14201:
---------------------------------------------

realised we shouldn't change the api for this in 3.0/3.11, so [here|https://github.com/krummas/cassandra/commits/marcuse/14201-trunk] is a new trunk-only patch which does the following;

* add option to check sstable versions
* add option to not invoke the disk failure policy when corrupt sstables are found, this is true default in this patch since it can stop/kill the node if the disk_failure_policy is configured to do that
* add option to not mutate repair status, this is true by default since it could be dangerous moving repaired sstables to unrepaired, see CASSANDRA-9947
* add option to verify that all tokens in the sstable are owned by the node

Will open new issue with the sstable metadata/digest fixes for 3.0/3.11

> 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}} currently invokes the disk failure policy when it finds a corrupt sstable - we should add an option to avoid that. It should also have an option to check if all sstables are the latest version to be able to run {{nodetool verify}} as a pre-upgrade check



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

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