Clean up CompactionManager / CompactionTask / CompactionInfo / 
CompactionInfo.Holder mess
-----------------------------------------------------------------------------------------

                 Key: CASSANDRA-3225
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3225
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Jonathan Ellis
            Priority: Minor
             Fix For: 1.1


These classes are too tightly coupled in unintuitive ways, causing problems 
like CASSANDRA-3224.

Ideally we would move this back to the classic executor model (tasks are 
submitted to an executor, which runs them, and handles beforeExecute / 
afterExecute without the task having to explicitly invoke them).

In particular re 3224 this would allow moving the "check for more compactions 
to run" to afterExecute.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to