[ 
https://issues.apache.org/jira/browse/CASSANDRA-11492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250223#comment-15250223
 ] 

Sylvain Lebresne commented on CASSANDRA-11492:
----------------------------------------------

bq. This is actually on a single-node cluster, so I don't think it's a race 
condition.

Interesting. Then I admit having no particular idea on what the problem could 
be. Please do keep us posted if you can reproduce as I'm not entirely sure 
where we could start looking at without reproduction steps tbh.

> Crash during CREATE KEYSPACE immediately after drop
> ---------------------------------------------------
>
>                 Key: CASSANDRA-11492
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11492
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Seth Rosenblum
>
> In a test environment, I run in immediate sequence:
> {code:sql}
> DROP KEYSPACE IF EXISTS "keyspacename";
> CREATE KEYSPACE "keyspacename"
>         WITH REPLICATION = {'class': 'SimpleStrategy', 'replication_factor': 
> 1};
> {code}
> And I end up with a {{java.lang.AssertionError: null}} error triggered during 
> the CREATE statement.
> https://gist.github.com/sethrosenblum/d6b450b4455eeb28550f4038a0928bcf



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to