Open watchpoints opened 4 years ago
@aleafboat pc提交,最后一次提交或者回滚失败怎办? 没回回答呀,我猜测和一样,去查询
The worst case scenario is when the co-ordinator is itself a participant, and grants itself a vote on the outcome of the protocol. Then a crash to the co-ordinator takes out both it and a participant, guaranteeing that the protocol will remain blocked, and as a result of only one failure.
终止程序:
存在的问题: 如果协调者没有记录,参与者也没有保存协调者发来的记录,只能见鬼了
https://yemablog.com/posts/tcc-1 https://yemablog.com/posts/tcc-1 如果 confirm 或者 cancel 失败怎么办?重试! 但重试过程中宕机了怎么办?上下文都没了,重启后还咋重试?
2pc 提交,在第一阶段发现 失败,可以回滚,在第二阶段 如果Participant出现异常(概率可能存在的)。回滚失败或者其他问题,这样数据出现不一致的情况。 这个时候 该怎么, 业务成功还是失败?完全依靠没有失败的执行吗