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

   > > > > 另外所有的Rollbacking状态都可以直接删除吗?这个Rollbacking状态是不是会在几秒后变更为Retrying状态
   > > > 
   > > > 
   > > > 
只有出现异常的情况下才会变更为Retrying,Rollbacking这个状态指的是tm决议发给tc,tc改为rollbacking后开始回滚,然后tm等待tc下发二阶段结束后响应。
 
此时tm是同步等待tc的处理结果的,Retrying基本上只会在tc同步处理时出现异常,才会放入到Retrying这个状态,异步线程里的Rollbacking基本上不可能会变为Retrying
   > > 
   > > 
   > > 好的,我先试试raft模式。至于分离存储模式下的这个问题,您还有什么建议吗?
   > 
   > 
存算分离未来不会是社区的推进核心,未来可能会考虑在multi-raft上做处理。所以该存算分离的导致的问题,不会投入太大的精力去处理,一般来说会做一些兜底措施和处理逻辑上的优化,大的架构变动应该是不会出现。
 The separation of memory and computing will not be the core of the community 
in the future, and it may be considered to deal with it on multi-raft in the 
future. Therefore, the problems caused by the separation of memory and 
computing will not be dealt with with too much energy. Generally speaking, some 
fallback measures and processing logic optimization will be done, and major 
architecture changes should not occur.
   
   明白了


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