[
https://issues.apache.org/jira/browse/CASSANDRA-8267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226337#comment-14226337
]
Marcus Eriksson commented on CASSANDRA-8267:
--------------------------------------------
hmm, I'll see how hard that would be (CASSANDRA-8110 that is)
In the mean time, pushed a branch with a new IncrementalPrepareMessage which
solves this issue: https://github.com/krummas/cassandra/commits/marcuse/8267
Note that it does not yet fail gracefully if you issue an incremental repair on
an upgraded node (we might have to bump MessagingVersion to be able to do that,
really don't want to parse RELEASE_VERSION from gossip info). Might not have to
fix it if #8110 works out here
> Only stream from unrepaired sstables during incremental repair
> --------------------------------------------------------------
>
> Key: CASSANDRA-8267
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8267
> Project: Cassandra
> Issue Type: Bug
> Reporter: Marcus Eriksson
> Assignee: Marcus Eriksson
> Fix For: 2.1.3
>
>
> Seems we stream from all sstables even if we do incremental repair, we should
> limit this to only stream from the unrepaired sstables if we do incremental
> repair
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)