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
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
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
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:
>
>
>
> 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