user3386381
user3386381

Reputation: 49

Drop keyspace is not working

I'm trying use Datastax Enterprise for deploying database system

My cluster:

I created a keyspace by cqlsh on one node but I could not drop that keyspace from another nodes on cluster, unless drop from node creating keyspace. Anybody know why?

Upvotes: 1

Views: 1529

Answers (2)

phact
phact

Reputation: 7305

This sounds like https://issues.apache.org/jira/browse/CASSANDRA-5202

I have had to delete the data directory for the troubled key space in all nodes and restart DSE to fix.

Upvotes: 1

htran
htran

Reputation: 76

Do you have the output from cqlsh on the node that won't allow you to drop the keyspace? What version of DSE are you using?

Upvotes: 0

Related Questions