-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: failure in data query due to reconciler triggered by uncommitted…
… transaction (#5323) #### What type of PR is this? /kind bugfix /milestone 2.12.x /area core #### What this PR does / why we need it: 修复事务未提交便触发控制器执行可能导致数据状态不正确的问题 **how to test it?** 1. 测试如 #5315 的问题是否还存在 2. 测试添加重名自定义模型对象会抛出异常且数据被回滚 #### Which issue(s) this PR fixes: Fixes #5315 #### Does this PR introduce a user-facing change? ```release-note 修复事务未提交便触发控制器执行可能导致数据状态不正确的问题 ```
- Loading branch information
Showing
2 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters