Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently threads that are updating 3rd level segment cache, are obtaining lock on the instance of HashMap, before inserting segmentId.
This can be optimised by using Set, obtained from ConcurrentHashMap.newKeySet().