Don't assume the Table instance has been open when dropping a keyspace
----------------------------------------------------------------------
Key: CASSANDRA-3580
URL: https://issues.apache.org/jira/browse/CASSANDRA-3580
Project: Cassandra
Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Sylvain Lebresne
Assignee: Sylvain Lebresne
Priority: Trivial
Fix For: 0.8.9, 1.0.6
DropKeyspace assumes that the Table had been open (rather, it checks that
Table.clear() don't return null). It has been seen however that in the case of
a fat client (the sstableloader in that case, but it would be true for any fat
client) the Table may not have been open. Let's just remove that assertion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira