Skip to content
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

fix: 自定义事务注解导致事务不生效 #3001

Closed
jsonwan opened this issue May 28, 2024 · 0 comments
Closed

fix: 自定义事务注解导致事务不生效 #3001

jsonwan opened this issue May 28, 2024 · 0 comments
Assignees
Labels
done 已上线到正式环境并验收通过 for gray 可以在灰度环境/预发布环境验收 kind/bug 程序故障Bug,漏洞

Comments

@jsonwan
Copy link
Collaborator

jsonwan commented May 28, 2024

Version / Branch / tag
3.8.x

出了什么问题?(What Happened?)
自定义事务注解未指定保留策略,导致运行时无法读取到注解,从而导致事务不生效

如何复现?(How to reproduce?)
在强依赖事务保证数据准确性的场景下,事务失效导致出现偶现问题,如第三方源文件下载成功后但成功状态被较晚到达的请求更新为下载中,导致任务一直不结束从而分发失败。

预期结果(What you expect?)
事务生效,数据准确,第三方源文件下载成功后但成功状态被较晚到达的请求更新为下载中的小概率问题不再出现。

@jsonwan jsonwan added kind/bug 程序故障Bug,漏洞 backlog 需求初始状态,等待产品进行评估 todo 进入开发排期的状态,纳入了最近的迭代 labels May 28, 2024
@jsonwan jsonwan self-assigned this May 28, 2024
wangyu096 added a commit that referenced this issue May 28, 2024
fix: 自定义事务注解导致事务不生效 #3001
@bkjob-bot bkjob-bot added done 已上线到正式环境并验收通过 and removed backlog 需求初始状态,等待产品进行评估 todo 进入开发排期的状态,纳入了最近的迭代 labels May 29, 2024
@bkjob-bot bkjob-bot added the for gray 可以在灰度环境/预发布环境验收 label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done 已上线到正式环境并验收通过 for gray 可以在灰度环境/预发布环境验收 kind/bug 程序故障Bug,漏洞
Projects
None yet
Development

No branches or pull requests

2 participants