You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Benjamin Roth (JIRA)" <ji...@apache.org> on 2016/12/02 09:55:58 UTC

[jira] [Created] (CASSANDRA-12985) Update MV repair documentation

Benjamin Roth created CASSANDRA-12985:
-----------------------------------------

             Summary: Update MV repair documentation
                 Key: CASSANDRA-12985
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12985
             Project: Cassandra
          Issue Type: Task
            Reporter: Benjamin Roth
             Fix For: 3.0.x, 3.x


Due to CASSANDRA-12888 the way MVs are being repaired changes.

Before:
MV has been repaired by repairing the base table. Repairing the MV separately has been discouraged. Also repairing a whole KS containing a MV has been discouraged.

After:
MVs are treated like any other table in repairs. They also MUST be repaired as any other table. Base table does NOT repair MV any more.
Repairing a whole keyspace is encouraged.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)