You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/10/29 03:16:58 UTC

[GitHub] achu2000 commented on issue #324: Can alpha communicate with omega cluster using service discovery and loadbalance?

achu2000 commented on issue #324: Can alpha communicate with omega cluster using service discovery and loadbalance?
URL: https://github.com/apache/incubator-servicecomb-saga/issues/324#issuecomment-433776654
 
 
   for example,in workflow TCC Scenario
   ![workflow TCC Scenario](https://github.com/apache/incubator-servicecomb-saga/blob/master/docs/static_files/successful_scenario_TCC.png)
   when service2&service3 try() is success, then service1 begin confirm(), then alpha begin call service2 and service3's confirm(). but when service3 is down, how to ensure the integrity of this transaction? In this scenario, alpha will not reach the service3's instance anymore,and will nerver rollback the services'3 branch transaction. So, we need to find out a way to reach another service3's instance, that's why I raised this issue.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services