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

Jonathan Ellis commented on CASSANDRA-1070:
-------------------------------------------

atomicSetMax looks good now.

Getting this test failure:

{code}
form:git-trunk jonathan$ nosetests -x test/system/test_thrift_server.py
...............................................E
======================================================================
ERROR: Test that column ttled do expires using batch_mutate
----------------------------------------------------------------------
...
AttributeError: 'int' object has no attribute 'timestamp'
{code}

> Update interface to use a wrapper for various clock types
> ---------------------------------------------------------
>
>                 Key: CASSANDRA-1070
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1070
>             Project: Cassandra
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Johan Oskarsson
>            Assignee: Sylvain Lebresne
>             Fix For: 0.7
>
>         Attachments: 
> 0001-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0001-v2-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0001-v4-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0001-v5-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0001-v6-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0001-v8-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0001-v9-Introduces-wrapper-for-clock-types-generalizing-time.patch, 
> 0002-Update-unit-tests.patch, 0002-v6-Update-unit-tests.patch, 
> 0003-Update-System-tests.patch, 0003-v6-Update-System-tests.patch, 
> 0004-Update-of-thrift-generated-files.patch
>
>
> In the latest CASSANDRA-580 patch the timestamp used for conflict resolution 
> has been replaced by a Clock object that can contain either timestamp or a 
> context byte array. That change allows for other conflict resolution 
> techniques to be used. 
> The change can be broken out and submitted here in order to make 
> CASSANDRA-580 more manageable.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to