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

[jira] Created: (CASSANDRA-431) anticompaction return value is broken

anticompaction return value is broken
-------------------------------------

                 Key: CASSANDRA-431
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-431
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jonathan Ellis
             Fix For: 0.5


it "returns" a list of filenames generated by the anticompact.  better to return sstablereader objects -- currently cleanup() doesn't deal with the list correctly

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


[jira] Commented: (CASSANDRA-431) anticompaction return value is broken

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

Hudson commented on CASSANDRA-431:
----------------------------------

Integrated in Cassandra #198 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/198/])
    make anticompaction return a list of the split-out sstables, instead of a mostly-useless boolean
patch by jbellis; reviewed by goffinet for 


> anticompaction return value is broken
> -------------------------------------
>
>                 Key: CASSANDRA-431
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-431
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 431.patch
>
>
> it "returns" a list of filenames generated by the anticompact.  better to return sstablereader objects -- currently cleanup() doesn't deal with the list correctly

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


[jira] Updated: (CASSANDRA-431) anticompaction return value is broken

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

Jonathan Ellis updated CASSANDRA-431:
-------------------------------------

    Attachment: 431.patch

> anticompaction return value is broken
> -------------------------------------
>
>                 Key: CASSANDRA-431
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-431
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 431.patch
>
>
> it "returns" a list of filenames generated by the anticompact.  better to return sstablereader objects -- currently cleanup() doesn't deal with the list correctly

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


[jira] Commented: (CASSANDRA-431) anticompaction return value is broken

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

Chris Goffinet commented on CASSANDRA-431:
------------------------------------------

+1

> anticompaction return value is broken
> -------------------------------------
>
>                 Key: CASSANDRA-431
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-431
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.5
>
>         Attachments: 431.patch
>
>
> it "returns" a list of filenames generated by the anticompact.  better to return sstablereader objects -- currently cleanup() doesn't deal with the list correctly

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