You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hanh Dang (JIRA)" <ji...@apache.org> on 2014/07/22 21:08:39 UTC

[jira] [Created] (CASSANDRA-7590) java.lang.AssertionError when using DROP INDEX IF EXISTS on non-existing index

Hanh Dang created CASSANDRA-7590:
------------------------------------

             Summary: java.lang.AssertionError when using DROP INDEX IF EXISTS on non-existing index
                 Key: CASSANDRA-7590
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7590
             Project: Cassandra
          Issue Type: Bug
          Components: Core
            Reporter: Hanh Dang


To reproduce: 
cqlsh> CREATE KEYSPACE test WITH REPLICATION = {'class':'SimpleStrategy', 'replication_factor':1};
cqlsh> USE test;
cqlsh:test> DROP INDEX IF EXISTS fake_index;
<ErrorMessage code=0000 [Server error] message="java.lang.AssertionError">



--
This message was sent by Atlassian JIRA
(v6.2#6252)