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

Hudson commented on CASSANDRA-3619:
-----------------------------------

Integrated in Cassandra #1259 (See 
[https://builds.apache.org/job/Cassandra/1259/])
    Use separate writer thread in SSTableSimpleUnsortedWriter
patch by slebresne; reviewed by yukim for CASSANDRA-3619

slebresne : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1220662
Files : 
* /cassandra/trunk/CHANGES.txt
* 
/cassandra/trunk/src/java/org/apache/cassandra/io/sstable/SSTableSimpleUnsortedWriter.java

                
> Use a separate writer thread for the SSTableSimpleUnsortedWriter
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-3619
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3619
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>    Affects Versions: 0.8.1
>            Reporter: Sylvain Lebresne
>            Assignee: Sylvain Lebresne
>            Priority: Minor
>             Fix For: 1.1
>
>         Attachments: 0001-Add-separate-writer-thread.patch
>
>
> Currently SSTableSimpleUnsortedWriter doesn't use any threading. This means 
> that the thread using it is blocked while the buffered data is written on 
> disk and that nothing is written on disk while data is added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to