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/06/04 22:15:07 UTC

[jira] Created: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

remove old get_slice; replace with get_slice_from
-------------------------------------------------

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




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


[jira] Resolved: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis resolved CASSANDRA-217.
--------------------------------------

    Resolution: Fixed
      Assignee: Jonathan Ellis

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-i.patch, 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-imp.txt, 0002-reformat.txt, 0003-fix-tombstone-bug-in-get_columns_since.txt
>
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis commented on CASSANDRA-217:
------------------------------------------

isn't g_s_f more or less a drop-in replacement for g_s, as far as g_c_c is concerned?

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>


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


[jira] Updated: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis updated CASSANDRA-217:
-------------------------------------

    Attachment: 0003-fix-tombstone-bug-in-get_columns_since.txt
                0002-reformat.txt
                0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-imp.txt

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-imp.txt, 0002-reformat.txt, 0003-fix-tombstone-bug-in-get_columns_since.txt
>
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jun Rao commented on CASSANDRA-217:
-----------------------------------

There is another api get_column_count that currently depends on get_slice. We need to think about what to do with it.

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis commented on CASSANDRA-217:
------------------------------------------

er, that would be "get_columns_since".

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis commented on CASSANDRA-217:
------------------------------------------

translate those into get_slice_by_time instead.

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jun Rao commented on CASSANDRA-217:
-----------------------------------

This is true if a CF is sorted by name. Need to think about timestamp-sorted CFs.

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Eric Evans commented on CASSANDRA-217:
--------------------------------------

+1

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-i.patch, 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-imp.txt, 0002-reformat.txt, 0003-fix-tombstone-bug-in-get_columns_since.txt
>
>


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


[jira] Updated: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis updated CASSANDRA-217:
-------------------------------------

    Fix Version/s: 0.4

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>


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


[jira] Commented: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Hudson commented on CASSANDRA-217:
----------------------------------

Integrated in Cassandra #120 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/120/])
    fix tombstone bug in get_columns_since.
patch by jbellis; reviewed by Eric Evans for 
 rename get_slice_from to get_slice.  implement get_slice_super in terms of SliceFrom too.
(time-based columns can continue to be sliced with get_columns_since)

patch by jbellis; reviewed by Eric Evans for 


> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-i.patch, 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-imp.txt, 0002-reformat.txt, 0003-fix-tombstone-bug-in-get_columns_since.txt
>
>


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


[jira] Updated: (CASSANDRA-217) remove old get_slice; replace with get_slice_from

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

Jonathan Ellis updated CASSANDRA-217:
-------------------------------------

    Attachment: 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-i.patch

fix count bug

> remove old get_slice; replace with get_slice_from
> -------------------------------------------------
>
>                 Key: CASSANDRA-217
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-217
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Jonathan Ellis
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-i.patch, 0001-CASSANDRA-217-rename-get_slice_from-to-get_slice.-imp.txt, 0002-reformat.txt, 0003-fix-tombstone-bug-in-get_columns_since.txt
>
>


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