nakerny commented on issue #6478:
URL: 
https://github.com/apache/incubator-seata/issues/6478#issuecomment-2058049247

   > > 另外所有的Rollbacking状态都可以直接删除吗?这个Rollbacking状态是不是会在几秒后变更为Retrying状态
   > 
   > 
只有出现异常的情况下才会变更为Retrying,Rollbacking这个状态指的是tm决议发给tc,tc改为rollbacking后开始回滚,然后tm等待tc下发二阶段结束后响应。
 
此时tm是同步等待tc的处理结果的,Retrying基本上只会在tc同步处理时出现异常,才会放入到Retrying这个状态,异步线程里的Rollbacking基本上不可能会变为Retrying
   
   好的,我先试试raft模式。至于分离存储模式下的这个问题,您还有什么建议吗?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to