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 2020/02/06 07:13:00 UTC

[jira] [Created] (CASSANDRA-15553) Preview repair should include sstables from finalized incremental repair sessions

Marcus Eriksson created CASSANDRA-15553:
-------------------------------------------

             Summary: Preview repair should include sstables from finalized incremental repair sessions
                 Key: CASSANDRA-15553
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15553
             Project: Cassandra
          Issue Type: Bug
          Components: Consistency/Repair
            Reporter: Marcus Eriksson
            Assignee: Marcus Eriksson


When running a preview repair we currently grab all repaired sstables, problem is that we depend on compaction to move the sstables from pending to repaired so we might have different data marked repaired on different nodes. Including any sstables from finalized incremental repair sessions as repaired will solve this.

Another problem is that validations don't start at exactly the same time on different nodes, so if an incremental repair finishes while the preview repair is running we might also validate the wrong repaired set. We should fail the preview repair if an intersecting incremental repair finishes during the preview repair.



--
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