Return-Path: X-Original-To: apmail-cassandra-commits-archive@www.apache.org Delivered-To: apmail-cassandra-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56DA5183C5 for ; Fri, 22 May 2015 20:13:18 +0000 (UTC) Received: (qmail 78687 invoked by uid 500); 22 May 2015 20:13:18 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 78656 invoked by uid 500); 22 May 2015 20:13:18 -0000 Mailing-List: contact commits-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list commits@cassandra.apache.org Received: (qmail 78644 invoked by uid 99); 22 May 2015 20:13:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2015 20:13:18 +0000 Date: Fri, 22 May 2015 20:13:18 +0000 (UTC) From: "Tyler Hobbs (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (CASSANDRA-9461) Error when deleting from list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CASSANDRA-9461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs reassigned CASSANDRA-9461: -------------------------------------- Assignee: Tyler Hobbs > 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 > Assignee: Tyler Hobbs > 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)