-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
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
bugfix: fix the issue of xaEnded not being reset #6627
Conversation
42839cb
to
946cde5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
请登记pr至2.x.md中
Please log the PR in 2.x.md
请问2.1已经发了吗,可以合到2.1去吗,这次的修复要跟着上次那个PR一起发版,不然可能会有问题 |
9142b86
to
59b43c4
Compare
这个问题出现的概率比较低,而且seata的connectionproxyxa这个connection被放到连接池里复用的概率也很低,除非有datasource去包装seata的datasourceproxyxa进行归还到连接池,否则这个connectionproxyxa对象是一次性的。所以放到2.2没什么太大问题 |
@@ -31,5 +32,6 @@ | |||
- [YeonCheolGit](https://github.com/YeonCheolGit) | |||
- [liuqiufeng](https://github.com/liuqiufeng) | |||
- [Bughue](https://github.com/Bughue) | |||
- [tanyaofei](https://github.com/tanyaofei) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
英文版中没有登记作者信息
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已补充
@tanyaofei 请把你的钉钉号,通过邮件发送到我的邮箱jianbin@apache.org ,我将邀请你加入seata社区开发者群中,以便沟通 |
Ⅰ. Describe what this PR did
用来判断当前是否执行过 XA End 的上下文变量
xaEnded
应当在cleanXABranchContext
中重置而不是在close
中Ⅱ. Does this pull request fix one issue?
fixes #6492
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews