You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Alex Petrov (JIRA)" <ji...@apache.org> on 2017/04/07 14:48:41 UTC

[jira] [Created] (CASSANDRA-13427) testall failure in org.apache.cassandra.index.internal.CassandraIndexTest.indexOnRegularColumn

Alex Petrov created CASSANDRA-13427:
---------------------------------------

             Summary: testall failure in org.apache.cassandra.index.internal.CassandraIndexTest.indexOnRegularColumn
                 Key: CASSANDRA-13427
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13427
             Project: Cassandra
          Issue Type: Bug
            Reporter: Alex Petrov
            Assignee: Alex Petrov


Because of the name clash, there's a following failure happening (extremely infrequently, it's worth noting, seen it only once, no further traces / instances found):

{code}
Error setting schema for test (query was: CREATE INDEX v_index ON cql_test_keyspace.table_22(v))
{code}

Stacktrace:

{code}
java.lang.RuntimeException: Error setting schema for test (query was: CREATE INDEX v_index ON cql_test_keyspace.table_22(v))
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)