[ 
https://issues.apache.org/jira/browse/CASSANDRA-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736429#action_12736429
 ] 

Jonathan Ellis commented on CASSANDRA-212:
------------------------------------------

we still need this part

> this needs a bool added to RangeReply that is true if it stopped b/c the next 
> local key was not part of the range, or the asked-for limit was reached

otherwise we have to do extra queries for every range command that doesn't hit 
the max results or the end key.

also,

            while (endPoint != null)

                if (endPoint.toString().equals(firstEndpoint)) break

these seem redundant, shouldn't it be while (true) if (endpoint == null) { 
throw } ?


> Range queries do not yet span multiple nodes
> --------------------------------------------
>
>                 Key: CASSANDRA-212
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-212
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Arin Sarkissian
>             Fix For: 0.4
>
>         Attachments: 0001-Cassandra-212.patch
>
>
> Need ability to continue a query on the next node in the ring, if necessary

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

Reply via email to