Dev Team, Need some help with a burning cqlsh issue
I am using cqlsh 5.0.1 | Cassandra 2.1.2, recently we are unable to see / desc keyspaces and query tables through cqlsh on either of the two nodes cqlsh> desc keyspaces <empty> cqlsh> use user_index; cqlsh:user_index> desc table list_1_10; Keyspace 'user_index' not found. cqlsh:user_index> cqlsh> select * from system.schema_keyspaces; Keyspace 'system' not found. cqlsh> We are running a 2 node cluster. The Python - Django app that inserts data is running without any failure and system logs show nothing abnormal. ./nodetool repair on one node hasn't helped ./nodetool cfstats shows all the tables too ls -l cassandra/data/* on each node: https://gist.github.com/anonymous/3dddbe728a52c07d7c52 https://gist.github.com/anonymous/302ade0875dd6410087b -- Thanks, Kedar Parikh