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

[jira] Created: (CASSANDRA-407) Add maxThreshold to minor compaction

Add maxThreshold to minor compaction
------------------------------------

                 Key: CASSANDRA-407
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-407
             Project: Cassandra
          Issue Type: Improvement
    Affects Versions: 0.4
            Reporter: Chris Goffinet
            Assignee: Chris Goffinet
             Fix For: 0.4


Add a maxthreshold to minor compactions, so in the event that a large import occurs, we don't spin our wheels only compacting 4 files at a time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-407) Add maxThreshold to minor compaction

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

Jonathan Ellis updated CASSANDRA-407:
-------------------------------------

    Attachment: 407.patch

combined patch cleaning up doCompaction more and fixing test compaction usage (intent is "compact as many as are present")

> Add maxThreshold to minor compaction
> ------------------------------------
>
>                 Key: CASSANDRA-407
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-407
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.4
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-407.-Added-a-max-threshold.patch, 0002-CASSANDRA-407.-Fixed-jbellis-OCD-problem-with-min-ma.patch, 0003-CASSANDRA-407.-Used-files.subList-instead-of-an-actu.patch, 407.patch
>
>
> Add a maxthreshold to minor compactions, so in the event that a large import occurs, we don't spin our wheels only compacting 4 files at a time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-407) Add maxThreshold to minor compaction

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

Chris Goffinet updated CASSANDRA-407:
-------------------------------------

    Attachment: 0001-CASSANDRA-407.-Added-a-max-threshold.patch

> Add maxThreshold to minor compaction
> ------------------------------------
>
>                 Key: CASSANDRA-407
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-407
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.4
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-407.-Added-a-max-threshold.patch
>
>
> Add a maxthreshold to minor compactions, so in the event that a large import occurs, we don't spin our wheels only compacting 4 files at a time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CASSANDRA-407) Add maxThreshold to minor compaction

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

Chris Goffinet commented on CASSANDRA-407:
------------------------------------------

+1

> Add maxThreshold to minor compaction
> ------------------------------------
>
>                 Key: CASSANDRA-407
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-407
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.4
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-407.-Added-a-max-threshold.patch, 0002-CASSANDRA-407.-Fixed-jbellis-OCD-problem-with-min-ma.patch, 0003-CASSANDRA-407.-Used-files.subList-instead-of-an-actu.patch, 407.patch
>
>
> Add a maxthreshold to minor compactions, so in the event that a large import occurs, we don't spin our wheels only compacting 4 files at a time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CASSANDRA-407) Add maxThreshold to minor compaction

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

Chris Goffinet updated CASSANDRA-407:
-------------------------------------

    Attachment: 0003-CASSANDRA-407.-Used-files.subList-instead-of-an-actu.patch
                0002-CASSANDRA-407.-Fixed-jbellis-OCD-problem-with-min-ma.patch

> Add maxThreshold to minor compaction
> ------------------------------------
>
>                 Key: CASSANDRA-407
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-407
>             Project: Cassandra
>          Issue Type: Improvement
>    Affects Versions: 0.4
>            Reporter: Chris Goffinet
>            Assignee: Chris Goffinet
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-407.-Added-a-max-threshold.patch, 0002-CASSANDRA-407.-Fixed-jbellis-OCD-problem-with-min-ma.patch, 0003-CASSANDRA-407.-Used-files.subList-instead-of-an-actu.patch
>
>
> Add a maxthreshold to minor compactions, so in the event that a large import occurs, we don't spin our wheels only compacting 4 files at a time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.