Thanks for the tip. Checked "nodetool ring" on all nodes and they all have a
consistent view of the ring. We have had other problems like nodes crashing
etc so anything could have happened, but we're sure we didnt issue a "nodetool
move" command.
From: Tyler Hobbs [mailto:ty...@datastax.com]
Nodes don't move themselves, you likely have some kind of 'bouncing
gossip' issue where a node was removed/replaced and is hanging around,
but only periodically held in statee between nodes. Unfortunately
node removal is very prone to this before 0.8.3 and even after that,
you can't fix it without
There must be someone or something that triggered nodetool loadbalance or
nodetool move
Le 1 juin 2012 23:18, "Tyler Hobbs" a écrit :
> OpsCenter just periodically calls describe_ring() on different nodes in
> the cluster, so that's how it's getting that information.
>
> Maybe try running nodetoo
OpsCenter just periodically calls describe_ring() on different nodes in the
cluster, so that's how it's getting that information.
Maybe try running nodetool ring on each node in your cluster to make sure
they all have the same view of the ring?
On Fri, Jun 1, 2012 at 4:01 PM, Curt Allred wrote: