You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/05/23 19:41:02 UTC

[jira] [Updated] (CASSANDRA-7293) Not able to delete a cell with timeuuid as part of clustering key

     [ https://issues.apache.org/jira/browse/CASSANDRA-7293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-7293:
--------------------------------------

    Reviewer:   (was: Jonathan Ellis)
    Priority: Minor  (was: Blocker)

Can you make sure this is still a problem in 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: Minor
>             Fix For: 2.0.3
>
>
> **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)