long187 commented on issue #230: 是否可以事后进行向前恢复(重试),程序上下文如何恢复? URL: https://github.com/apache/incubator-servicecomb-saga/issues/230#issuecomment-407621292 由于缺乏隔离性,必然会出现小概率向后“补偿”或向前“重试”多次仍然不成功的情况,这时不可能无限重试,所以这时抛出异常线程返回。但这笔事务还是处于不一致的状态,alpha会定时轮训这些事务并触发向后“补偿”?但是不能触发向前重试对吧?
---------------------------------------------------------------- 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] With regards, Apache Git Services
