Exception when dropping keyspace
--------------------------------
Key: CASSANDRA-1444
URL: https://issues.apache.org/jira/browse/CASSANDRA-1444
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.7 beta 1
Reporter: Dave Revell
I have a cluster of 4 nodes that are started with empty commitlog and data
directories. Using the Thrift interface, I add a keyspace, wait for
check_schema_agreement() to converge, then drop the keyspace. The drop fails
with:
InvalidRequestException(why='java.util.concurrent.ExecutionException:
java.lang.NullPointerException').
Nothing appears in cassandra.log. I'm running at log level DEBUG.
I am using the Python thrift bindings with no intervening software.
A python unittest that reproduces the problem is at http://pastie.org/1127539
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.