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

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

bq. It makes me sad to introduce a schema dependency, since that means you 
can't run sstableloader except on a cluster member.

It does query schema even on 1.2(CASSANDRA-4755), so it is fairly easy to fetch 
info we need.

bq. What if we added key count and cfid to the stats/metadata sstable component?

This can also be done, but the change requires stats.db to be always present 
when using bulkloader, which we don't today.
                
> 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