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

Sylvain Lebresne commented on CASSANDRA-5542:
---------------------------------------------

Ahah, yeah that sucks, didn't though of that.

Well, one solution I think might be to change a bit the solution I used in 
CASSANDRA-5699. Instead of having the initiator node open one connection and 
the other one opening the other one afterwards, we could make the initiator 
node open both connections instead sequentially (sending a StreamInit on both, 
but with a "isIncoming" flag to say if the connection should be used by the 
remote as incoming or ongoing connection).
                
> 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 beta 1
>            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