16
votes

I wonder why nodetools don't know the percentage of the ring handeld by my node...

I created this keyspace with

CREATE KEYSPACE mykeyspace WITH replication = {'class': 'SimpleStrategy', 'replication_factor': '3'} AND durable_writes = true;

when nodetool status

Someone has a clue?

3
How many nodes do you have in your cluster? Is it just the one?Aaron

3 Answers

33
votes

okay got it. I have to specify a keyspace!

nodetool status mykeyspace

does the trick

10
votes

Do you get this at the bottom?

Note: Non-system keyspaces don't have the same replication settings, effective ownership information is meaningless

Do you have an opscenter / other keyspaces with different replication settings? In which case, ownership is "meaningless", and what you get is a ?

0
votes

These steps helped me. Kill the demon and restart Casansdra.

nodetool status ERROR>>

Note: Non-system keyspaces don't have the same replication settings, effective ownership information is meaningless

Kill cansandra demon. nodetool stopdemon systemctl status cassandra systemctl start cassandra nodetool status Good [root@ip-10-0-1-10 centos]# cqlsh localhost