[
https://issues.apache.org/jira/browse/SCB-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569216#comment-16569216
]
ASF GitHub Bot commented on SCB-745:
------------------------------------
WillemJiang commented on a change in pull request #236: [SCB-745]
(WIP)RetrySender should not throw exception when go the saga start event
URL:
https://github.com/apache/incubator-servicecomb-saga/pull/236#discussion_r207712116
##########
File path:
omega/omega-connector/omega-connector-grpc/src/main/java/org/apache/servicecomb/saga/omega/connector/grpc/LoadBalancedClusterMessageSender.java
##########
@@ -20,24 +20,29 @@
import static java.util.Collections.emptyList;
import static java.util.concurrent.TimeUnit.MILLISECONDS;
+import com.google.common.base.Supplier;
Review comment:
You may need to import the google code formate
[here](http://servicecomb.incubator.apache.org/developers/setup-develop-environment/).
----------------------------------------------------------------
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:
[email protected]
> RetrySender should not throw exception when go the saga start event.
> --------------------------------------------------------------------
>
> Key: SCB-745
> URL: https://issues.apache.org/jira/browse/SCB-745
> Project: Apache ServiceComb
> Issue Type: Bug
> Components: Saga
> Affects Versions: saga-0.2.0
> Reporter: Willem Jiang
> Assignee: justin li
> Priority: Major
> Fix For: saga-0.3.0
>
>
> If Alpha Server Fail when book-service do send event, the book-service will
> fail forever.
> It turns out the RetrySender should not throw exception when go the saga
> start event.
> You can find more information here.
> https://github.com/apache/incubator-servicecomb-saga/issues/217
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)