I have a cluster with 6 nodes. As the official documents suggested, we need to change the replication factor of the system_auth
keyspace to be the same as the number of nodes.
Now the system_auth seems corrupt because there are many version of system_auth
, as the following:
Some of the users could not be altered since I got null pointer exception:
I tried to use nodetool repair
to fix it, but didn't help.
Could anyone tell me wha's wrong with my cluster and suggest me how to resolve the problem?
Thanks!