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

Pavel Yaskevich updated CASSANDRA-2555:
---------------------------------------

    Attachment: CASSANDRA-2555-v2.patch

QP throws exception only if global and local timestamp were set in BATCH at the 
same time. 

test for BATCH with TIMESTAMP is moved to the previous test for the BATCH 
statement but tests for INSERT, UPDATE are left in dedicated tests.

> Explicit timestamp support for CQL
> ----------------------------------
>
>                 Key: CASSANDRA-2555
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2555
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: API
>            Reporter: Jonathan Ellis
>            Assignee: Pavel Yaskevich
>             Fix For: 0.8.1
>
>         Attachments: CASSANDRA-2555-v2.patch, CASSANDRA-2555.patch
>
>
> To make CQL BATCHes useful for the normal purpose of idempotent retries, we 
> need to add  support for client-supplied timestamps.  At a minimum this needs 
> to be available for a batch (BEGIN BATCH USING TIMESTAMP 1303743619771318) 
> but might also be nice at the statement level (UPDATE ... USING TIMESTAMP 
> ...).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to