nodetool Questions

2

Solved

If we have added new nodes to a C* ring, do we need to run "nodetool cleanup" to get rid of the data that has now been assigned elsewhere? Or is this going to happen anyway during normal compaction...
Manaker asked 3/7, 2014 at 17:27

4

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 in cqlsh ALTER KEYSPACE "mykeyspace" WITH REPLICATION = { 'class' : 'Sim...
Erection asked 31/7, 2014 at 16:53

5

i installed cassandra 3.11.3-1 on centos7 & vmware i didn't have error while installing cassandra. i started cassandra and faced this logs. [root@localhost ~]# service cassandra start Star...
Copperas asked 2/8, 2018 at 6:45

2

Cassandra nodetool throws an error after updating OpenJDK nodetool status nodetool: Failed to connect to '127.0.0.1:7199' - URISyntaxException: 'Malformed IPv6 address at index 7: rmi://[127.0.0.1]...
Doerr asked 16/5, 2022 at 11:6

6

Solved

I cant find it in cassandra.yaml, maybe nodetool can get me the configured replication factor of my cluster? What is the default value of the replication factor?
Bicker asked 18/1, 2016 at 16:33

4

I am currently working on the Cassandra tutorials about data modeling. I cannot understand why whenever I try to run the cassandra service from the bin folder I receive the error: "Cassandra: co...
Metcalf asked 28/4, 2017 at 8:46

4

Solved

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 to know how we can find out how much size our t...
Margerymarget asked 19/11, 2014 at 8:11

4

When I run the command $ nodetool help I get the following error; java.lang.NullPointerException at org.apache.cassandra.config.DatabaseDescriptor.getDiskFailurePolicy(DatabaseDescriptor.java:18...
Unprofitable asked 10/1, 2018 at 18:30

2

Solved

I have a 19-node Cassandra cluster for our internal service. If I log into a node using nodetool and run commands like tablestats, etc, does that gather stats just for that particular node or for t...
Popliteal asked 6/2, 2018 at 5:40

2

Solved

To remove a node from 2 node cluster in AWS I ran nodetool removenode <Host ID> After this I was supposed to get my cluster back if I put all the cassandra.yaml and cassandra-rackdc.propert...
Cristophercristy asked 9/8, 2017 at 7:55

2

I'm running a Cassandra cluster with version 2.2.3. The cluster consists of 3 nodes now, two of them are seeds and one is a normal node. When I start repair on each node (command: nodetool repair ...
Oblong asked 11/3, 2016 at 7:17

2

I am using apache-cassandra-3.10 I understand instead of kill -9 pid, the only way to stop cassandra gracefully is nodetool stopdaemon. But I want to know if nodetool stopdaemon also flushes the ...
Teen asked 21/3, 2017 at 11:49

1

Solved

After posting a question and reading this and that articles, I still do not understand the relations between those three operations- Cassandra compaction tasks nodetool repair nodetool cleanup ...
Carencarena asked 7/6, 2016 at 16:22

0

I`m using Cassandra dsc 2.1.5 with 3 nodes, and the following table description: cqlsh> DESCRIBE TABLE mykeyspace.mytable; CREATE TABLE mykeyspace.mytable ( a text, b text, c timestamp, d tim...
Contort asked 6/6, 2016 at 15:53

1

Through ops-center and nodetool cfstats i was able to find that one of the partitions of a keyspace table is 560 Mb, but couldn't find out which partition is that. How can we trace which partition ...
Iaea asked 19/5, 2016 at 4:13

2

Solved

I am new to Cassandra, in this example i am using a cluster with 1 DC and 5 nodes and a NetworkTopologyStrategy with replication factor as 3. Keyspace: activityfeed Read Count: 0 Read Latency: ...
Calpe asked 15/1, 2015 at 12:53

1

Solved

How to read the cassandra nodetool histograms percentile and other coulmns? Percentile SSTables Write Latency Read Latency Partition Size Cell Count (micros) (micros) (bytes) 50% 1.00 14.24 4055...
Trammel asked 8/1, 2016 at 23:58

1

Solved

The documentation for nodetool compact says: This command starts the compaction process on tables that use the SizeTieredCompactionStrategy and DateTieredCompactionStrategy. You can specify a ...
Stinking asked 29/12, 2015 at 14:3

1

Solved

We have a big Cassandra cluster 18 Servers (on one server near 5T data ) http://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_add_node_to_cluster_t.html - We have added a new nodes f...
Theophilus asked 30/5, 2015 at 10:10

1

From the documentation: Using the nodetool repair -pr (–partitioner-range) option repairs only the primary range for that node, the other replicas for that range still have to perform the Merkle...
Bed asked 24/9, 2014 at 9:23

1

I cannot find documentation on the "compactionstats": While using nodetool compactionstats, what do the numerical values on the completed and total columns mean? My column family has a total data ...
Diplomat asked 14/1, 2014 at 15:59

1

Solved

I am trying to use nodetool against our Cassandra production database. But I am getting exception as soon as I try to start nodetool against Cassandra production cluster from my local machine. S:\...
Secretory asked 11/5, 2013 at 22:0
1

© 2022 - 2024 — McMap. All rights reserved.