Re: Retrieving all row keys of a CF

2015-01-17 Thread Eric Stevens
If you're getting partial data back, then failing eventually, try setting .withCheckpointManager() - this will let you keep track of the token ranges you've successfully processed, and not attempt to reprocess them. This will also let you set up tasks on bigger data sets that take hours or days to

Should one expect to see hints being stored/delivered occasionally?

2015-01-17 Thread Vasileios Vlachos
Hello, I thought hints are being stored on /node_A/ every time /node_B/ is unavailable for whatever the reason. I also thought that these hints are being delivered from /node_A/ to /node_B/ when /node_B/ is back and this is true for a /period = max_hint_window_in_ms/. After that hints are dro

who owns the data?

2015-01-17 Thread Tim Dunphy
Hey all, I've setup a 3 node cassandra ring. All the nodes are reporting in and appear to be working correctly. I have an RF setting of 3. However under the 'Owns' category all, all that I see if a '?'. [root@beta-new:~] #nodetool status Datacenter: datacenter1 === Status=U

Re: who owns the data?

2015-01-17 Thread Colin
Try running Nodetool status system By specifying a keyspace (system) in the command, you should get more meaningful results. Using the command on keyspaces as you dev/test/etc will provide real results. -- Colin Clark +1-320-221-9531 > On Jan 17, 2015, at 7:22 PM, Tim Dunphy wrote: > >

Re: who owns the data?

2015-01-17 Thread Tim Dunphy
> > Try running > Nodetool status system > By specifying a keyspace (system) in the command, you should get more > meaningful results. Using the command on keyspaces as you dev/test/etc > will provide real results. Thank you Colin! That was the answer. When I run [root@beta-new:~] #nodetool st