[
https://issues.apache.org/jira/browse/CASSANDRA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755677#action_12755677
]
Jonathan Ellis commented on CASSANDRA-447:
------------------------------------------
let's make a CompactionManagerMBean instead of echoing calls from SS to MCM.
SS is starting to get cluttered.
also,
- make the variables non-static so we don't need two versions of the getter
and setter methods. (this is ok since MCM is a singleton)
- follow Cassandra brace placement convention
> Ability to temporary set minimum and maximum compaction threshold
> -----------------------------------------------------------------
>
> Key: CASSANDRA-447
> URL: https://issues.apache.org/jira/browse/CASSANDRA-447
> Project: Cassandra
> Issue Type: New Feature
> Affects Versions: 0.5
> Reporter: Sammy Yu
> Assignee: Sammy Yu
> Fix For: 0.5
>
> Attachments: 0001-CASSANDRA-447.patch
>
>
> We need the ability to temporary set minimum and maximum compaction
> threshold. This is needed so that we can turn off compaction during BMT.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.