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

[BUG] 使用HashMap for DATASOURCE_CACHE in DatasourceHolder.java #234

Open
XYF001 opened this issue Sep 29, 2022 · 0 comments
Open

[BUG] 使用HashMap for DATASOURCE_CACHE in DatasourceHolder.java #234

XYF001 opened this issue Sep 29, 2022 · 0 comments
Assignees
Labels
bug 错误

Comments

@XYF001
Copy link

XYF001 commented Sep 29, 2022

请先看《提问的智慧》,并尝试到 issue 列表 搜寻是否已经有人遇到过同样的问题。


描述问题

DatasourceHolder.java 中的方法,都是synchronize的,但是DATASOURCE_CACHE初始化为ConcurrentHashMap,是否可替换为HashMap

日志内容

期待的结果

DATASOURCE_CACHE初始化为HashMap

截屏或录像

image

其他信息

请提供其他附加信息帮助我们诊断问题。

@XYF001 XYF001 added the bug 错误 label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 错误
Projects
None yet
Development

No branches or pull requests

2 participants