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 at
For those not playing along on IRC, this was determined to be caused by : http://issues.apache.org/jira/browse/CASSANDRA-1042 Which is fixed in 0.6.4. =Rob