You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/01 10:51:00 UTC

[jira] [Commented] (SCB-784) SagaStart annotated method should abort the saga transaction once the exception is thrown

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

ASF GitHub Bot commented on SCB-784:
------------------------------------

coveralls commented on issue #235: SCB-784 SagaStart should send TxAbortEvent when the exception is thrown
URL: https://github.com/apache/incubator-servicecomb-saga/pull/235#issuecomment-409534354
 
 
   
   [![Coverage Status](https://coveralls.io/builds/18268023/badge)](https://coveralls.io/builds/18268023)
   
   Coverage increased (+0.2%) to 94.252% when pulling **735fdf2b14a37e63491dcb0c440955a707a81592 on SCB-784** into **b1c3fb9b0b36315d441d95d3fadb11a9f56fdc92 on master**.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> SagaStart annotated method should abort the saga transaction once the exception is thrown
> -----------------------------------------------------------------------------------------
>
>                 Key: SCB-784
>                 URL: https://issues.apache.org/jira/browse/SCB-784
>             Project: Apache ServiceComb
>          Issue Type: Task
>          Components: Saga
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Major
>             Fix For: saga-0.3.0
>
>
> The below transaction should be aborted, now the Omega should send the abort message back to the alpha.
> {code}
>   @SagaStart
>   service() {
>       transaction1;
>       exception;
>       transaction2;
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)