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/10/10 03:44:31 UTC

[jira] Created: (CASSANDRA-484) subcolumn-reading code doesn't properly account for tombstoned columnfamily

subcolumn-reading code doesn't properly account for tombstoned columnfamily 
----------------------------------------------------------------------------

                 Key: CASSANDRA-484
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-484
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis


mostly getColumnFamily returns null if there was no data for the query, but it can also return an empty CF if it is tombstoned.  (for 0.5, consider returning empty CFs for no data so we don't have this confusion.)

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


[jira] Resolved: (CASSANDRA-484) subcolumn-reading code doesn't properly account for tombstoned columnfamily

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

Jonathan Ellis resolved CASSANDRA-484.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.4

committed w/ system test to 0.4 and trunk

> subcolumn-reading code doesn't properly account for tombstoned columnfamily 
> ----------------------------------------------------------------------------
>
>                 Key: CASSANDRA-484
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-484
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 484-04.patch, TestCassandra.java
>
>
> mostly getColumnFamily returns null if there was no data for the query, but it can also return an empty CF if it is tombstoned.  (for 0.5, consider returning empty CFs for no data so we don't have this confusion.)

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


[jira] Updated: (CASSANDRA-484) subcolumn-reading code doesn't properly account for tombstoned columnfamily

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

Jonathan Ellis updated CASSANDRA-484:
-------------------------------------

    Attachment: 484-04.patch

> subcolumn-reading code doesn't properly account for tombstoned columnfamily 
> ----------------------------------------------------------------------------
>
>                 Key: CASSANDRA-484
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-484
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 484-04.patch, TestCassandra.java
>
>
> mostly getColumnFamily returns null if there was no data for the query, but it can also return an empty CF if it is tombstoned.  (for 0.5, consider returning empty CFs for no data so we don't have this confusion.)

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


[jira] Updated: (CASSANDRA-484) subcolumn-reading code doesn't properly account for tombstoned columnfamily

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

Jonathan Ellis updated CASSANDRA-484:
-------------------------------------

    Attachment: TestCassandra.java

ramzi's test case, lightly modified

> subcolumn-reading code doesn't properly account for tombstoned columnfamily 
> ----------------------------------------------------------------------------
>
>                 Key: CASSANDRA-484
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-484
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>         Attachments: 484-04.patch, TestCassandra.java
>
>
> mostly getColumnFamily returns null if there was no data for the query, but it can also return an empty CF if it is tombstoned.  (for 0.5, consider returning empty CFs for no data so we don't have this confusion.)

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