Re: User creation issue

2016-11-17 Thread Jai Bheemsen Rao Dhanwada
Thanks Aoi, The actual issue is because of the Cassandra upgrade. http://www.datastax.com/dev/blog/role-based-access-control-in-cassandra -> upgrade section helped me fix the issue On Thu, Nov 17, 2016 at 2:17 PM, Aoi Kadoya wrote: > Did you try to run nodetool repair for system_auth keyspace?

Re: User creation issue

2016-11-17 Thread Aoi Kadoya
Did you try to run nodetool repair for system_auth keyspace? 2016-11-17 13:45 GMT-08:00 Jai Bheemsen Rao Dhanwada : > Hello, > > I have a 5*5 node cluster which has Authentication enabled. > > I created a user and did a list user, but I don't see the user created > > command: CREATE USER test WITH

User creation issue

2016-11-17 Thread Jai Bheemsen Rao Dhanwada
Hello, I have a 5*5 node cluster which has Authentication enabled. I created a user and did a list user, but I don't see the user created command: CREATE USER test WITH PASSWORD 'xyz' SUPERUSER; replication : NetworkTopology dc1:5 and dc2:5 for the system_auth keyspace. C* version : 3.0.8 Enabl