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

Concurrent issue may happen if user constantly create new jobs and then shutdown them. #694

Merged
merged 1 commit into from
Oct 31, 2019

Conversation

compilerduck
Copy link

Fixes #622
Changes proposed in this pull request:
'caches', which may be accessed by multiple threads, should be defined as 'ConcurrentHashMap', instead of HashMap.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 83.138% when pulling 1da30d3 on compilerduck:dev into 7e1bb08 on elasticjob:dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ZookeeperRegistryCenter的cache线程不安全,存在并发故障的风险
3 participants