You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 05:28:00 UTC

[jira] [Updated] (CASSANDRA-11492) Crash during CREATE KEYSPACE immediately after drop

     [ https://issues.apache.org/jira/browse/CASSANDRA-11492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

C. Scott Andreas updated CASSANDRA-11492:
-----------------------------------------
    Component/s: CQL

> Crash during CREATE KEYSPACE immediately after drop
> ---------------------------------------------------
>
>                 Key: CASSANDRA-11492
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11492
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL
>            Reporter: Seth Rosenblum
>            Priority: Major
>
> 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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org