Allow one leveled compaction task to kick off another
-----------------------------------------------------

                 Key: CASSANDRA-3363
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3363
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 1.0.0
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             Fix For: 1.0.1


Leveled compaction wants to prevent multiple tasks from running at once, but 
this check also defeats the "kick off another compaction if there is more work 
to do" code in CompactionTask.  So currently LCS relies completely on the 
every-five-minutes compaction check, which is not enough to keep up with heavy 
insert load.

--
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