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

SupplierFactoryBridge#provide can cause race condition (running the CPU at 100%) #3997

Closed
buri17 opened this issue Nov 27, 2018 · 0 comments
Closed

Comments

@buri17
Copy link

buri17 commented Nov 27, 2018

The disposableSuppliers field of SupplierFactoryBridge is not synchronized.

When many threads use instances supplied by DisposableSupplier, The SupplierFactoryBridge#provide invokes IdentityHashMap#put, which is not thread safe, concurrently and can cause race condition.

hypnoce added a commit to hypnoce/jersey-1 that referenced this issue Jun 25, 2019
hypnoce added a commit to hypnoce/jersey-1 that referenced this issue Jun 25, 2019
hypnoce added a commit to hypnoce/jersey-1 that referenced this issue Jul 8, 2019
hypnoce added a commit to hypnoce/jersey-1 that referenced this issue Aug 12, 2019
pa314159 pushed a commit to pa314159/jersey that referenced this issue Aug 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant