You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "David Capwell (Jira)" <ji...@apache.org> on 2019/12/05 01:11:00 UTC

[jira] [Commented] (CASSANDRA-15160) Add flag to ignore unreplicated keyspaces during repair

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

David Capwell commented on CASSANDRA-15160:
-------------------------------------------

Interesting that the test was success and didn't keep waiting; in other cases I found I have to set

{code}ActiveRepairService.instance.recordRepairStatus(cmd, ActiveRepairService.ParentRepairStatus.COMPLETED,
                                                       ImmutableList.of(message, completionMessage));{code}

yet I see your tests were success: https://app.circleci.com/jobs/github/krummas/cassandra/2081/artifacts

> Add flag to ignore unreplicated keyspaces during repair
> -------------------------------------------------------
>
>                 Key: CASSANDRA-15160
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15160
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Consistency/Repair
>            Reporter: Marcus Eriksson
>            Assignee: Marcus Eriksson
>            Priority: Normal
>
> When a repair is triggered on a node in 'dc2' for a keyspace with replication factor {'dc1':3, 'dc2':0} we just ignore the repair in versions < 4. In 4.0 we fail the repair to make sure the operator does not think the keyspace is fully repaired.
> There might be tooling that relies on the old behaviour though, so we should add a flag to ignore those unreplicated keyspaces
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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