Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-7590

java.lang.AssertionError when using DROP INDEX IF EXISTS on non-existing index

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.1 rc5
    • None
    • Low

    Description

      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">

      Attachments

        1. 7590-drop-index-npe-assert.txt
          3 kB
          Robert Stupp
        2. 7590-drop-index-npe-assert-ks.txt
          3 kB
          Robert Stupp

        Activity

          People

            snazy Robert Stupp
            hddn Hanh Dang
            Robert Stupp
            Tom Hobbs
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: