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

Sam Tunnicliffe commented on CASSANDRA-9334:
--------------------------------------------

I agree

> Returning null from a trigger does not abort the write
> ------------------------------------------------------
>
>                 Key: CASSANDRA-9334
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9334
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Brandon Williams
>            Assignee: Sam Tunnicliffe
>             Fix For: 2.0.x
>
>
> The javadoc for ITrigger seems to indicate that returning null means no 
> mutations for the write will be applied at all:
> {noformat}
>      * Called exactly once per CF update, returned mutations are atomically 
> updated.
>      *
>      * @param key - Row Key for the update.
>      * @param update - Update received for the CF
>      * @return modifications to be applied, null if no action to be performed.
> {noformat}
> and indeed, TriggerExecutor.execute seems to have code for this:
> {noformat}
>         if (augmentedMutations == null)
>             return null;
> {noformat}
> but it never fires.  In testing with a trigger that always returns null, the 
> original mutation is still applied.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to