You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "T Jake Luciani (JIRA)" <ji...@apache.org> on 2015/05/22 22:05:17 UTC

[jira] [Created] (CASSANDRA-9461) Error when deleting from list

T Jake Luciani created CASSANDRA-9461:
-----------------------------------------

             Summary: Error when deleting from list
                 Key: CASSANDRA-9461
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9461
             Project: Cassandra
          Issue Type: Bug
            Reporter: T Jake Luciani
         Attachments: listbug.txt

I encountered this error while testing. 

{code}
org.apache.cassandra.exceptions.InvalidRequestException: Attempted to delete an element from a list which is null
    [junit] 	at org.apache.cassandra.cql3.Lists$DiscarderByIndex.execute(Lists.java:511)
    [junit] 	at org.apache.cassandra.cql3.statements.DeleteStatement.addUpdateForKey(DeleteStatement.java:86)
    [junit] 	at org.apache.cassandra.cql3.statements.ModificationStatement.getMutations(ModificationStatement.java:649)
    [junit] 	at org.apache.cassandra.cql3.statements.ModificationStatement.executeInternal(ModificationStatement.java:614)
    [junit] 	at org.apache.cassandra.cql3.QueryProcessor.executeOnceInternal(QueryProcessor.java:326)
    [junit] 	at org.apache.cassandra.cql3.CQLTester.execute(CQLTester.java:508)
    [junit] 	at org.apache.cassandra.cql3.JsonTest.testFromJsonFct(JsonTest.java:362)

{code}



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