We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
版本:1.6.1 DefaultCoordinator#handleRetryRollbacking方法中,当遇到事务回滚重试 发生了超时,会包含以下逻辑:
DefaultCoordinator#handleRetryRollbacking
removeGlobalSession(...)
RollbackRetryTimeout
在 DefaultCoordinator#handleRetryCommitting也存在同样的情况。
DefaultCoordinator#handleRetryCommitting
如下图所示
针对这个疑问跟社区的 【a364176773】 进行探讨,初步结论是 可按照Seata后续的能力规划对此处进行修改:
那么当下对应的修改可为:
removeGlobalSession
The text was updated successfully, but these errors were encountered:
This should be a bug, this line of code should be removed
Sorry, something went wrong.
ZhangShiYeChina
Successfully merging a pull request may close this issue.
Ⅰ. Issue Description
版本:1.6.1
DefaultCoordinator#handleRetryRollbacking
方法中,当遇到事务回滚重试 发生了超时,会包含以下逻辑:removeGlobalSession(...)
方法中会删除)RollbackRetryTimeout
疑问DB层面已删除,此处修改状态什么作用?
在
DefaultCoordinator#handleRetryCommitting
也存在同样的情况。Ⅱ. Describe what happened
如下图所示
Ⅲ. Describe what you expected to happen
Ⅳ. How to reproduce it (as minimally and precisely as possible)
针对这个疑问跟社区的 【a364176773】 进行探讨,初步结论是 可按照Seata后续的能力规划对此处进行修改:
那么当下对应的修改可为:
removeGlobalSession
逻辑删除掉。Ⅴ. Anything else we need to know?
Ⅵ. Environment:
The text was updated successfully, but these errors were encountered: