[ 
https://issues.apache.org/jira/browse/CASSANDRA-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Ellis updated CASSANDRA-2280:
--------------------------------------

    Attachment: 2280-v4.txt

bq. We must bump the version for 0.8

Done in v4.

bq. In StreamHeader and StreamRequestMessage, Iterables.size() is used

Pretty sure we are passing in an Iterables.concat result, which is not a 
Collection.  (If not, no reason not to leave that as an option.  Yes, 
Iterables.size does call .size() on Collection objects.)

bq. Why are we sending the cfs in StreamHeader at all?

Removed in v4.

> Request specific column families using StreamIn
> -----------------------------------------------
>
>                 Key: CASSANDRA-2280
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2280
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Stu Hood
>            Assignee: Jonathan Ellis
>             Fix For: 0.8.1
>
>         Attachments: 
> 0001-Allow-specific-column-families-to-be-requested-for-str.txt, 
> 0001-Allow-specific-column-families-to-be-requested-for-str.txt, 2280-v3.txt, 
> 2280-v4.txt
>
>
> StreamIn.requestRanges only specifies a keyspace, meaning that requesting a 
> range will request it for all column families: if you have a large number of 
> CFs, this can cause quite a headache.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to