[
https://issues.apache.org/jira/browse/CASSANDRA-7420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeremy Hanna updated CASSANDRA-7420:
------------------------------------
Labels: LWT (was: )
> 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
> Priority: Major
> Labels: LWT
>
> 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
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]