Just as a followup, here's what seems to be the resolution:
1. 0.6.4 should fix this problem.
2. Using OPP as the DHT should solve it as well.
3. Prior to 0.6.4, when using RandomPartitioner as the DHT, there's no good
way to guarantee that you see *all* row keys for a column family.
Strategies t
On 7/28/10 2:43 PM, Dave Viner wrote:
Hi all,
I'm having a strange result in trying to iterate over all row keys for a
particular column family. The iteration works, but I see the same row
key returned multiple times during the iteration.
I'm using cassandra 0.6.3, and I've put the code in use
Yes, didn't know if you saw the reply in the channel.
This bug has been fixed in the forthcoming 0.6.4 release. It was bug
CASSANDRA-1042 - https://issues.apache.org/jira/browse/CASSANDRA-1042
(0.6.4 will be out really soon)
On Jul 28, 2010, at 4:43 PM, Dave Viner wrote:
> Hi all,
>
> I'm ha
Hi all,
I'm having a strange result in trying to iterate over all row keys for a
particular column family. The iteration works, but I see the same row key
returned multiple times during the iteration.
I'm using cassandra 0.6.3, and I've put the code in use at
http://pastebin.com/zz5xJQ8f
Using