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 00:56:25 UTC

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

Robert Stupp created CASSANDRA-7420:
---------------------------------------

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