[
https://issues.apache.org/jira/browse/CASSANDRA-212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736887#action_12736887
]
Arin Sarkissian commented on CASSANDRA-212:
-------------------------------------------
created an object called RangeResult that encapsulates the keys and a boolean
flag called isInRange.
i plumbed this thru RangeReply and to StorageProxy.getKeyRange
there's a squashed commit with all changes at:
http://github.com/phatduckk/Cassandra/commit/a5b2d264a1567a97b04e6d7874e0114a3ebd32d8
is the RangeResult stuff ok? It seemed to be the best way to flag whether a
node had gone thru its entire range or not
(ignore ws diff - i'll prune those when i make a patch)
> 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.