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 F306E401C for ; Wed, 29 Jun 2011 15:35:52 +0000 (UTC) Received: (qmail 2892 invoked by uid 500); 29 Jun 2011 15:35:52 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 2814 invoked by uid 500); 29 Jun 2011 15:35:52 -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 2796 invoked by uid 99); 29 Jun 2011 15:35:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 15:35:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Jun 2011 15:35:49 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A417E4397AB for ; Wed, 29 Jun 2011 15:35:28 +0000 (UTC) Date: Wed, 29 Jun 2011 15:35:28 +0000 (UTC) From: "Jim Ancona (JIRA)" To: commits@cassandra.apache.org Message-ID: <120945511.2848.1309361728668.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1342983409.5681.1308107448141.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (CASSANDRA-2773) "Index manager cannot support deleting and inserting into a row in the same mutation" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CASSANDRA-2773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13057298#comment-13057298 ] Jim Ancona commented on CASSANDRA-2773: --------------------------------------- We have deployed and tested 0.7.6 plus this patch to the affected cluster. The cluster restarted successfully and the tests that caused the original failure ran successfully. In addition, functional tests of our applications show no regressions. I also reviewed the Cassandra system logs after the testing and saw no errors or obvious problems. > "Index manager cannot support deleting and inserting into a row in the same mutation" > ------------------------------------------------------------------------------------- > > Key: CASSANDRA-2773 > URL: https://issues.apache.org/jira/browse/CASSANDRA-2773 > Project: Cassandra > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Boris Yen > Assignee: Jonathan Ellis > Priority: Critical > Fix For: 0.8.2 > > Attachments: 2773-v2.txt, 2773.txt, cassandra.log, v1-0001-allow-deleting-a-rowand-updating-indexed-columns-init-.txt, v1-0002-CASSANDRA-2773-Add-unit-tests-to-verfy-fix-cherry-pick.txt > > > I use hector 0.8.0-1 and cassandra 0.8. > 1. create mutator by using hector api, > 2. Insert a few columns into the mutator for key "key1", cf "standard". > 3. add a deletion to the mutator to delete the record of "key1", cf "standard". > 4. repeat 2 and 3 > 5. execute the mutator. > the result: the connection seems to be held by the sever forever, it never returns. when I tried to restart the cassandra I saw unsupportedexception : "Index manager cannot support deleting and inserting into a row in the same mutation". and the cassandra is dead forever, unless I delete the commitlog. > I would expect to get an exception when I execute the mutator, not after I restart the cassandra. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira