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?