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 47F5AF134 for ; Mon, 26 May 2014 08:41:02 +0000 (UTC) Received: (qmail 82130 invoked by uid 500); 26 May 2014 08:41:01 -0000 Delivered-To: apmail-cassandra-commits-archive@cassandra.apache.org Received: (qmail 82091 invoked by uid 500); 26 May 2014 08:41:01 -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 82082 invoked by uid 99); 26 May 2014 08:41:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2014 08:41:01 +0000 Date: Mon, 26 May 2014 08:41:01 +0000 (UTC) From: "Ananthkumar K S (JIRA)" To: commits@cassandra.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CASSANDRA-7293) Not able to delete a cell with timeuuid as part of clustering key 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-7293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ananthkumar K S updated CASSANDRA-7293: --------------------------------------- Priority: Critical (was: Minor) Fix Version/s: 2.0.7 > Not able to delete a cell with timeuuid as part of clustering key > ----------------------------------------------------------------- > > Key: CASSANDRA-7293 > URL: https://issues.apache.org/jira/browse/CASSANDRA-7293 > Project: Cassandra > Issue Type: Bug > Components: Core > Environment: Java > Reporter: Ananthkumar K S > Priority: Critical > > **My keyspace definition** > aa > { > classname text, > jobid timeuuid, > jobdata text, > } > **Values in it now:** > classname | jobid | jobdata > --------------------------------------------+--------------------------------------+-------- > VVVVVVVV | 047a6130-e25a-11e3-83a5-8d12971ccb90 | {} > vvvvv | 3d176010-e250-11e3-83a5-8d12971ccb91 | {} > vvvvv | 3d176010-e250-11e3-83a5-8d12971ccb92 | {} > Now when i delete this with following query > **delete from aa where classname='VVVVVVVV' and jobid = 047a6130-e25a-11e3-83a5-8d12971ccb90;** > **Result is :** > classname | jobid | jobdata > ------------------------------------------------------ > VVVVVVVV | 047a6130-e25a-11e3-83a5-8d12971ccb90 | {} > vvvvv | 3d176010-e250-11e3-83a5-8d12971ccb91 | {} > vvvvv | 3d176010-e250-11e3-83a5-8d12971ccb92 | {} > The portion never got deleted. When i use a long value instead of timeuuid, it works. > Any problem with respect to timeuuid in deletion > **Cassandra version : 2.0.3** -- This message was sent by Atlassian JIRA (v6.2#6252)