You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (Commented) (JIRA)" <ji...@apache.org> on 2011/11/17 20:29:51 UTC

[jira] [Commented] (CASSANDRA-3502) Repair of one CF streams data of the other CF's

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

Jonathan Ellis commented on CASSANDRA-3502:
-------------------------------------------

Is this a different problem than CASSANDRA-2280, or did we not fix it all the way?
                
> Repair of one CF streams data of the other CF's
> -----------------------------------------------
>
>                 Key: CASSANDRA-3502
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3502
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.1
>         Environment: JVM
>            Reporter: Vijay
>            Assignee: Vijay
>            Priority: Minor
>             Fix For: 1.1
>
>
> Currently Manual Repair on a cf with inconsistent data will stream those ranges for all the CF's in the keyspace. 
> StreamIn.requestRanges() just takes table name as a argument and requests inconsistent ranges for all the CF's within a keyspace.
> The expected behaviour is to stream only the CF's Ranges.
> This trigger a lot more compaction of the CF's which are not inconsistent and a lot more traffic between the nodes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira