You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sammy Yu (JIRA)" <ji...@apache.org> on 2009/09/15 20:38:57 UTC

[jira] Created: (CASSANDRA-447) Ability to temporary set minimum and maximum compaction threshold

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


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.


[jira] Commented: (CASSANDRA-447) Ability to temporary set minimum and maximum compaction threshold

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Updated: (CASSANDRA-447) Ability to temporary set minimum and maximum compaction threshold

Posted by "Sammy Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sammy Yu updated CASSANDRA-447:
-------------------------------

    Attachment: 0001-CASSANDRA-447.patch

Added the ability set/get max/min compaction threshold in MBean interface
Updated nodeprobe with these new commands.

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


[jira] Updated: (CASSANDRA-447) Ability to temporary set minimum and maximum compaction threshold

Posted by "Sammy Yu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sammy Yu updated CASSANDRA-447:
-------------------------------

    Attachment: 0002-CASSANDRA-447.patch

Created new MinorCompactionManagerMBean, removed SS wrappings, and updated NodeProbe
Made static variables regular instance variables in MCM.



> 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, 0002-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.


[jira] Commented: (CASSANDRA-447) Ability to temporary set minimum and maximum compaction threshold

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756011#action_12756011 ] 

Hudson commented on CASSANDRA-447:
----------------------------------

Integrated in Cassandra #199 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/199/])
    rename MinorCompactionManager -> CompactionManager.  patch by jbellis for 
add mbean to get/set compaction thresholds.  patch by Sammy Yu; reviewed by jbellis for 


> 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, 0002-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.