Top "Nodetool" questions

Command line tool for managing Cassandra clusters.

how do i know if nodetool repair is finished

I have a 2 node apache cassandra (2.0.3) cluster with rep factor of 1. I change rep factor to 2 using the following command …

cassandra cassandra-2.0 nodetool
How to know the size of a keyspace and column family in Cassandra?

Recently I've started working on Grails integration with Cassandra using the Java driver for cassandra(cassandra-driver-core-2.0.2). So I was curious …

cassandra nodetool
How to get the replication factor of C* cluster?

I cant find it in cassandra.yaml, maybe nodetool can get me the configured replication factor of my cluster? What …

cassandra nodetool
cassandra nodetool : Failed to connect to '127.0.0.1:7199'

i installed cassandra 3.11.3-1 on centos7 & vmware i didn't have error while installing cassandra. i started cassandra and faced …

cassandra nodetool connectexception
Cassandra: Removing a node

I would like to remove a node from my Cassandra cluster and am following these two related questions (here and …

cassandra database-administration nodetool
Unable to run nodetool on remote and local server in cassandra

nodetool -h <ipaddress> -p 7199 status Error connecting to remote Jmx agent! java.rmi.NoSuchObectException: no such object in …

cassandra cassandra-2.0 datastax-enterprise datastax nodetool
Clarifications about nodetool repair -pr

From the documentation: Using the nodetool repair -pr (–partitioner-range) option repairs only the primary range for that node, the other …

cassandra nodetool
Error connecting to remote JMX agent! while starting Nodetool

I am trying to use nodetool against our Cassandra production database. But I am getting exception as soon as I …

cassandra nodetool