Re: Wrap around CQL queries for token ranges?

2015-05-11 Thread Aleksey Yeschenko
nt is strictly prohibited. From: Brian O'Neill Date: Monday, May 11, 2015 at 12:32 PM To: "dev@cassandra.apache.org" Subject: Wrap around CQL queries for token ranges? I was doing some testing around data locality today (and adding it to our distributed processi

Re: Wrap around CQL queries for token ranges?

2015-05-11 Thread Brian O'Neill
other than the intended recipient is strictly prohibited. From: Brian O'Neill Date: Monday, May 11, 2015 at 12:32 PM To: "dev@cassandra.apache.org" Subject: Wrap around CQL queries for token ranges? I was doing some testing around data locality today (and adding it to our di

Wrap around CQL queries for token ranges?

2015-05-11 Thread Brian O'Neill
I was doing some testing around data locality today (and adding it to our distributed processing layer). I retrieved all of the TokenRanges back using: tokenRanges = metadata.getTokenRanges(keyspace, localhost) And when I spun through the token ranges returned, I ended up missing records. The