long187 commented on issue #230: 是否可以事后进行向前恢复(重试),程序上下文如何恢复? URL: https://github.com/apache/incubator-servicecomb-saga/issues/230#issuecomment-408220710 最兜底的办法是工人处理,但人工处理最多是说处理无法重试成功的节点,不可能每个节点都人工处理,否则即使异常是小概率事件,交易量大的时候人工也是处理不过来的。 我的问题是:如果我走“向前重试”的策略,比如顺序执行A->B->C三个服务,如果B出错,重试3次不成功(比如数据被覆盖更新了,无法重试成功),然后人工处理了B的问题,B重试成功了,应该是要继续执行B后序逻辑。可以这样吗?如果可以,那么线程上下文如何恢复?
---------------------------------------------------------------- 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
