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


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