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

Yuki Morishita commented on CASSANDRA-5542:
-------------------------------------------

hmm, you are right, but it is used to tell the receiving node the estimated key 
count for creating BF.
Maybe we should query schema first, then bulk load.
I need that anyway if we switch to use cf ID for new streaming 
protocol(https://issues.apache.org/jira/browse/CASSANDRA-5286?focusedCommentId=13671413&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13671413).
                
> BulkLoader is broken in trunk
> -----------------------------
>
>                 Key: CASSANDRA-5542
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5542
>             Project: Cassandra
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Yuki Morishita
>            Assignee: Yuki Morishita
>             Fix For: 2.0
>
>         Attachments: 5542-fix-NPE.txt, 5542.txt
>
>
> After CASSANDRA-5015 and CASSANDRA-5521, we need CFMetaData to open 
> SSTable(Reader), especially to get bloom_filter_fp_chance and index_interval.
> When using bulkloader, CFMetaData is not available, so we cannot open SSTable 
> to be streamed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to