I ran command nodetool resetlocalschema
on my cassandra
node. It is a two node cluster.
Now system_schema
is unavailable when I do a desc keyspaces.
How can I recreate system_schema
.
I ran command nodetool resetlocalschema
on my cassandra
node. It is a two node cluster.
Now system_schema
is unavailable when I do a desc keyspaces.
How can I recreate system_schema
.
The documentation for nodetool resetlocalschema indicates:
The node temporarily loses metadata about the tables on the node, but rewrites the information from another node.
When you restart the cassandra service in the affected node, the issue will be fixed.