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/11/25 06:50:39 UTC

[jira] Created: (CASSANDRA-583) when a supercolumn is marked deleted, need to check for newer data in subcolumns

when a supercolumn is marked deleted, need to check for newer data in subcolumns
--------------------------------------------------------------------------------

                 Key: CASSANDRA-583
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-583
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Critical
             Fix For: 0.5




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


[jira] Commented: (CASSANDRA-583) when a supercolumn is marked deleted, need to check for newer data in subcolumns

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

Hudson commented on CASSANDRA-583:
----------------------------------

Integrated in Cassandra #278 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/278/])
    

> when a supercolumn is marked deleted, need to check for newer data in subcolumns
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-583
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-583
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Critical
>             Fix For: 0.5
>
>         Attachments: 583.patch, dumbfix.patch
>
>


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


[jira] Updated: (CASSANDRA-583) when a supercolumn is marked deleted, need to check for newer data in subcolumns

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

Jonathan Ellis updated CASSANDRA-583:
-------------------------------------

    Attachment: dumbfix.patch

brute-force fix (removeDeleted makes sure we don't return redundant data, but this could be inefficient)

> when a supercolumn is marked deleted, need to check for newer data in subcolumns
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-583
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-583
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Critical
>             Fix For: 0.5
>
>         Attachments: dumbfix.patch
>
>


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


[jira] Updated: (CASSANDRA-583) when a supercolumn is marked deleted, need to check for newer data in subcolumns

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

Jonathan Ellis updated CASSANDRA-583:
-------------------------------------

    Attachment: 583.patch

Here is the "right" fix, with a test case modification that catches the bug.

> when a supercolumn is marked deleted, need to check for newer data in subcolumns
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-583
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-583
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Critical
>             Fix For: 0.5
>
>         Attachments: 583.patch, dumbfix.patch
>
>


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


[jira] Commented: (CASSANDRA-583) when a supercolumn is marked deleted, need to check for newer data in subcolumns

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

Jun Rao commented on CASSANDRA-583:
-----------------------------------

+1.

> when a supercolumn is marked deleted, need to check for newer data in subcolumns
> --------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-583
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-583
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Critical
>             Fix For: 0.5
>
>         Attachments: 583.patch, dumbfix.patch
>
>


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