[
https://issues.apache.org/jira/browse/CASSANDRA-8267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14229884#comment-14229884
]
Marcus Eriksson edited comment on CASSANDRA-8267 at 12/1/14 3:03 PM:
---------------------------------------------------------------------
Did part of 8110 (just the version negotiation), pretty simple, but we have to
bump messaging version which affects quite a few things, for example, we can't
migrate schemas between different messaging versions (this could be special
cased and fixed for this issue of course)
https://github.com/krummas/cassandra/commits/marcuse/8110 - simply splits out
the "header" part of StreamInitMessage into its own message and replies with a
'maxVersion' to that message when setting up the connection to agree on a
version to use.
I think we should go with the new message solution above though, less risky for
a minor release
was (Author: krummas):
Did part of 8110 (just the version negotiation), pretty simple but, we have to
bump messaging version which affects quite a few things, for example, we can't
migrate schemas between different messaging versions (this could be special
cased and fixed for this issue of course)
https://github.com/krummas/cassandra/commits/marcuse/8110 - simply splits out
the "header" part of StreamInitMessage into its own message and replies with a
'maxVersion' to that message when setting up the connection to agree on a
version to use.
I think we should go with the new message solution above though, less risky for
a minor release
> 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)