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

Yuki Morishita updated CASSANDRA-5542:
--------------------------------------

    Attachment: 0001-change-streaming-procedure.patch
                0002-make-BulkLoader-work-with-SSTableReader.patch
                0003-update-for-post-CASSANDRA-5171.patch

Uploaded update patches.

* 0001 changes so that streaming initiator makes two connections. It also 
changes how StreamManager manages current connection in order to distinguish 
plans inside the same JVM (for bulkload JMX op and unit test).
* 0002 is updated for sstableloader command output.
* 0003 introduces change in how we create socket from streaming session. 
CASSANDRA-5171 makes OutboundTCPConnection pool require system table which 
client like sstableloader doesn't have. Instead, I made newSocket static method 
so we just can obtain socket for specific host.
                
> 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: 0001-change-streaming-procedure.patch, 
> 0002-make-BulkLoader-work-with-SSTableReader.patch, 
> 0003-update-for-post-CASSANDRA-5171.patch, 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