Adam, I'm using my own code to iterate that is similar to what Dave Viner posted except in C#. Given that it works in 0.6.3 I'd like to think that the code is ok unless this type of iteration isn't supported. I was going to try iterating using tokens today but it turns out it's not so easy to generate the right tokens due to lack of built-in BigInteger support in .net 3.5. It's also not ideal that my code would then need to be aware of the partitioning strategy on the server. I'll try a nightly build when the link to the latest builds is working again.
David -----Original Message----- From: Adam Crain [mailto:adam.cr...@greenenergycorp.com] Sent: Friday, August 13, 2010 9:36 AM To: user@cassandra.apache.org Subject: RE: error using get_range_slice with random partitioner David, This much like the behavior I saw... I thought that I might be doing something wrong, but I haven't had the time to check out other clients iteration implementations. What client are you using? -Adam