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
Version / Branch / tag 3.8.x
出了什么问题?(What Happened?) 自定义事务注解未指定保留策略,导致运行时无法读取到注解,从而导致事务不生效
如何复现?(How to reproduce?) 在强依赖事务保证数据准确性的场景下,事务失效导致出现偶现问题,如第三方源文件下载成功后但成功状态被较晚到达的请求更新为下载中,导致任务一直不结束从而分发失败。
预期结果(What you expect?) 事务生效,数据准确,第三方源文件下载成功后但成功状态被较晚到达的请求更新为下载中的小概率问题不再出现。
The text was updated successfully, but these errors were encountered:
fix: 自定义事务注解导致事务不生效 TencentBlueKing#3001
26afbc3
Merge pull request #3002 from jsonwan/github_fix/transaction
15b38a4
fix: 自定义事务注解导致事务不生效 #3001
jsonwan
No branches or pull requests
Version / Branch / tag
3.8.x
出了什么问题?(What Happened?)
自定义事务注解未指定保留策略,导致运行时无法读取到注解,从而导致事务不生效
如何复现?(How to reproduce?)
在强依赖事务保证数据准确性的场景下,事务失效导致出现偶现问题,如第三方源文件下载成功后但成功状态被较晚到达的请求更新为下载中,导致任务一直不结束从而分发失败。
预期结果(What you expect?)
事务生效,数据准确,第三方源文件下载成功后但成功状态被较晚到达的请求更新为下载中的小概率问题不再出现。
The text was updated successfully, but these errors were encountered: