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

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

looks good, modulo the headers being in all the diffs (whitespace?)

> still need to work on the replicas

all you need to do is change

command = new RangeCommand(command.table, command.columnFamily, 
command.startWith, command.stopAt, command.maxResults - rangeKeys.size());

to pass in the last key from the previous node as the start.  right?  or are 
you talking about something else?

> 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
>             Fix For: 0.4
>
>
> 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