After playing with Cassandra (many DROP KEYSPACE
, CREATE KEYSPACE
, ALTER TABLE
, CREATE TABLE
operations), for the second time I've ended up with following strange situation:
Nodetool repair
doesn't fix it. After dropping the keyspace everything goes back to normal.
My configuration:
- 1 Cassandra node cluster
- cqlsh 5.0.1
- Cassandra 2.2.0
- CQL spec 3.3.0 | Native protocol v4
Questions:
- What happened?
- Why that happened? Is it dangerous?
- How can I fix it?