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

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

seanyinx commented on a change in pull request #114: SCB-227 stop sub tx from 
running when global tx failed
URL: 
https://github.com/apache/incubator-servicecomb-saga/pull/114#discussion_r161444463
 
 

 ##########
 File path: 
omega/omega-connector/omega-connector-grpc/src/main/java/org/apache/servicecomb/saga/omega/connector/grpc/LoadBalancedClusterMessageSender.java
 ##########
 @@ -152,10 +156,11 @@ private MessageSender fastestSender() {
         .map(Entry::getKey)
         .orElse((event -> {
           try {
-            availableMessageSenders.take().send(event);
+            return availableMessageSenders.take().send(event);
           } catch (InterruptedException e) {
             Thread.currentThread().interrupt();
           }
+          return new AlphaResponse(true);
 
 Review comment:
   same as above

----------------------------------------------------------------
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:
us...@infra.apache.org


> [pack] stop sub transaction from running when global tx failed
> --------------------------------------------------------------
>
>                 Key: SCB-227
>                 URL: https://issues.apache.org/jira/browse/SCB-227
>             Project: Apache ServiceComb
>          Issue Type: New Feature
>          Components: Saga
>            Reporter: Yin Xiang
>            Assignee: Eric Lee
>            Priority: Major
>
> sub transactions may be started in parallel among multiple services.
> if one of them failed, none of them shall start at all, if not already 
> started.



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

Reply via email to