You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by aaron morton <aa...@thelastpickle.com> on 2011/03/16 09:50:00 UTC

Re: Getting list of active cassandra nodes

moving to user list. 

describe_ring() will give you a list of the token ranges and the nodes that are responsible for them http://wiki.apache.org/cassandra/API . It does not include information on which nodes are up or down or bootstrapping. 

Information about the state of the nodes is available on the StorageService JMX MBean.

AAron

On 16 Mar 2011, at 15:10, Anurag Gujral wrote:

> Hi All,
>          How can I get the list of active cassandra nodes using cassandra
> api 0.7.
> 
> Thanks a ton,
> Anurag