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/20 19:24:39 UTC

[jira] Created: (CASSANDRA-568) make consistencylevel in get_range_slice meaningful

make consistencylevel in get_range_slice meaningful
---------------------------------------------------

                 Key: CASSANDRA-568
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-568
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Jonathan Ellis
            Assignee: Jonathan Ellis
            Priority: Minor
             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] Updated: (CASSANDRA-568) make consistencylevel in get_range_slice meaningful

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

Jonathan Ellis updated CASSANDRA-568:
-------------------------------------

    Attachment: 0005-add-strong-reads-to-range-slicing.txt
                0004-move-resolve-diff-out-of-Row-and-into-CF-static-method.txt
                0003-convert-range-slice-to-use-DecoratedKeys.txt
                0002-move-are-we-done-yet-check-in-quorum-read-entirely-int.txt
                0001-r-m-misguided-attempt-at-optimizing-merging-range-scan.txt

> make consistencylevel in get_range_slice meaningful
> ---------------------------------------------------
>
>                 Key: CASSANDRA-568
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-568
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 0001-r-m-misguided-attempt-at-optimizing-merging-range-scan.txt, 0002-move-are-we-done-yet-check-in-quorum-read-entirely-int.txt, 0003-convert-range-slice-to-use-DecoratedKeys.txt, 0004-move-resolve-diff-out-of-Row-and-into-CF-static-method.txt, 0005-add-strong-reads-to-range-slicing.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-568) make consistencylevel in get_range_slice meaningful

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

Stu Hood commented on CASSANDRA-568:
------------------------------------

+1: Looks good: I only have a nitpicks to offer.
1. Can you add a new javadoc for ReadResponseResolver to replace the old one?
2. Can you add a similar description to RangeSliceResponseResolver?

Thanks.

> make consistencylevel in get_range_slice meaningful
> ---------------------------------------------------
>
>                 Key: CASSANDRA-568
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-568
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 0001-r-m-misguided-attempt-at-optimizing-merging-range-scan.txt, 0002-move-are-we-done-yet-check-in-quorum-read-entirely-int.txt, 0003-convert-range-slice-to-use-DecoratedKeys.txt, 0004-move-resolve-diff-out-of-Row-and-into-CF-static-method.txt, 0005-add-strong-reads-to-range-slicing.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-568) make consistencylevel in get_range_slice meaningful

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

Stu Hood commented on CASSANDRA-568:
------------------------------------

Actually, there is one required change before everything is go: src/java/org/apache/cassandra/utils/Pair.java needs a APL header.

> make consistencylevel in get_range_slice meaningful
> ---------------------------------------------------
>
>                 Key: CASSANDRA-568
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-568
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 0001-r-m-misguided-attempt-at-optimizing-merging-range-scan.txt, 0002-move-are-we-done-yet-check-in-quorum-read-entirely-int.txt, 0003-convert-range-slice-to-use-DecoratedKeys.txt, 0004-move-resolve-diff-out-of-Row-and-into-CF-static-method.txt, 0005-add-strong-reads-to-range-slicing.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-568) make consistencylevel in get_range_slice meaningful

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

Hudson commented on CASSANDRA-568:
----------------------------------

Integrated in Cassandra #278 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/278/])
    add strong reads to range slicing
patch by jbellis; reviewed by Stu Hood for 
move resolve, diff out of Row and into CF static methods
patch by jbellis; reviewed by Stu Hood for 
convert range slice to use DecoratedKeys
patch by jbellis; reviewed by Stu Hood for 
move "are we done yet" check in quorum read entirely into RRR.isDataPresent instead of partly there and partly in QRH.response
patch by jbellis; reviewed by Stu Hood for 
r/m misguided attempt at optimizing merging range scan results from multiple nodes
patch by jbellis; reviewed by Stu Hood for 


> make consistencylevel in get_range_slice meaningful
> ---------------------------------------------------
>
>                 Key: CASSANDRA-568
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-568
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: 0001-r-m-misguided-attempt-at-optimizing-merging-range-scan.txt, 0002-move-are-we-done-yet-check-in-quorum-read-entirely-int.txt, 0003-convert-range-slice-to-use-DecoratedKeys.txt, 0004-move-resolve-diff-out-of-Row-and-into-CF-static-method.txt, 0005-add-strong-reads-to-range-slicing.txt
>
>


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