You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2014/06/20 19:37:25 UTC

[jira] [Resolved] (CASSANDRA-7420) BATCH with multiple CAS operations should return add information which DML failed

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

Robert Stupp resolved CASSANDRA-7420.
-------------------------------------

    Resolution: Invalid

cannot work due to batch w/ cas semantics

please close this one

> BATCH with multiple CAS operations should return add information which DML failed
> ---------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-7420
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7420
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Robert Stupp
>
> A {{BATCH}} like this
> {noformat}
> BEGIN BATCH
>   INSERT INTO foo (id, num) VALUES (42, 11);
>   INSERT INTO bar (id, num) VALUES (42, 11);
> APPLY BATCH;
> {noformat}
> Should not only return {{[applied]=false, id=42, num=11}} but also for example the index of the failed statement in the batch. This allows better error handling on the client.



--
This message was sent by Atlassian JIRA
(v6.2#6252)