[ 
https://issues.apache.org/jira/browse/CASSANDRA-7293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008672#comment-14008672
 ] 

Ananthkumar K S commented on CASSANDRA-7293:
--------------------------------------------

And to confirm your case, i tried with 2.0.7. This issue occurred in the new 
version too.

> 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)

Reply via email to