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

TenantJobAspect存在NPE BUG #188

Closed
jeasion opened this issue Nov 10, 2024 · 1 comment
Closed

TenantJobAspect存在NPE BUG #188

jeasion opened this issue Nov 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jeasion
Copy link

jeasion commented Nov 10, 2024

cn.iocoder.yudao.framework.tenant.core.job.TenantJobAspect#around
方法中使用了ConcurrentHashMap以存储租户运行结果,但ConcurrentHashMap本身不允许任何key or value为null,而执行结果本身是有可能为null的,由此导致出现NPE bug。
目前,该BUG已经由pay模块和infra模块的无返回值相关定时任务触发。

image image image
@YunaiV
Copy link
Owner

YunaiV commented Nov 22, 2024

已经修复了哈。

@YunaiV YunaiV self-assigned this Nov 22, 2024
@YunaiV YunaiV added the bug Something isn't working label Nov 22, 2024
@YunaiV YunaiV closed this as completed Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants