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

Jonathan Ellis updated CASSANDRA-3225:
--------------------------------------

    Fix Version/s:     (was: 2.0)
    
> 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
>
> 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.
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