0

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.

Venkatachalam
  • 16,288
  • 9
  • 49
  • 77
sanjeev
  • 1,343
  • 3
  • 16
  • 28

1 Answers1

0

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.

Carlos Monroy Nieblas
  • 2,225
  • 2
  • 16
  • 27