Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
It looks like computeIfAbsent on a ConcurrentHashMap is a blocking method. This may run against what the developer was expecting when using the method. This ticket to for someone to go through code base and modify (if necessary) with a get/null check before computing or some other pattern.
See https://bugs.openjdk.java.net/browse/JDK-8161372
Related to GEODE-6403
Attachments
Issue Links
- relates to
-
GEODE-6410 review use of putIfAbsent
- Resolved
- links to