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

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

    Reproduced In: 2.0.7, 2.0.3  (was: 2.0.3, 2.0.7)
         Priority: Minor  (was: Critical)
         Assignee: Michael Shuler

Can you reproduce, [~mshuler]?

 Ananthkumar, please stop changing the priority.

> 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
>            Assignee: Michael Shuler
>            Priority: Minor
>
> **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)

Reply via email to