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