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;
Someone has a clue?
Check the status of the Cassandra nodes in your cluster - Go to the /<Install_Dir>/apache-cassandra/bin/ directory and type the ./nodetool status command. If the status for all the nodes shows as UN , then the nodes are up and running. If the status for any node shows as DN , then that particular node is down.
Repairs one or more tables. The repair command repairs one or more nodes in a cluster, and provides options for restricting repair to a set of nodes, see Repairing nodes. Performing an anti-entropy node repair on a regular basis is important, especially in an environment that deletes data frequently.
okay got it. I have to specify a keyspace!
nodetool status mykeyspace
does the trick
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 ?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With