Re: cli 'list' command not returning all data, get_range_slices bug?

2010-12-24 Thread mike dooley
yes, it looks like the workaround of using an initial token of 1 works. thanks, -mike On Dec 23, 2010, at 3:47 PM, Jonathan Ellis wrote: On Thu, Dec 23, 2010 at 3:00 PM, mike dooley doo...@apple.com wrote: DEBUG [pool-1-thread-4] 2010-12-23 12:54:26,958 StorageProxy.java (line 597)

Re: cli 'list' command not returning all data, get_range_slices bug?

2010-12-23 Thread mike dooley
hi,i wrote a little test program to duplicate the problem and eliminate pelops (attached) CClient.java Description: Binary data .i think the problem may be related tohttps://issues.apache.org/jira/browse/CASSANDRA-1198because watching the logs (at debug level) i see the remote node returningits

Re: cli 'list' command not returning all data, get_range_slices bug?

2010-12-23 Thread mike dooley
sorry i should also have included my cassandra.ymland schema file too. here they are cassandra.yaml-test Description: Binary data the only difference between the 2 nodes is the initial token, 0 for the local node (17.224.36.17)and85070591730234615865843651857942052864 for the remote node

Re: cli 'list' command not returning all data, get_range_slices bug?

2010-12-23 Thread Jonathan Ellis
On Thu, Dec 23, 2010 at 3:00 PM, mike dooley doo...@apple.com wrote: DEBUG [pool-1-thread-4] 2010-12-23 12:54:26,958 StorageProxy.java (line 597) restricted ranges for query [0,0] are [[0,0]] This is the bug. It's not going to query the remote node unless 85070591730234615865843651857942052864

Re: cli 'list' command not returning all data, get_range_slices bug?

2010-12-22 Thread Jonathan Ellis
what do you see in the logs during the list command at debug level? On Tue, Dec 21, 2010 at 5:01 PM, mike dooley doo...@apple.com wrote: hi, i am using version 0.7-rc2 and pelops-c642967 from java.  when i try to export all the data in a column family i don't get all of the data that was