Thomas Mueller created OAK-4263:
-----------------------------------
Summary: LIRS cache: excessive use of notifyAll
Key: OAK-4263
URL: https://issues.apache.org/jira/browse/OAK-4263
Project: Jackrabbit Oak
Issue Type: Bug
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Fix For: 1.6
The LIRS cache tries to avoid loading the same cache entry concurrently. To
notify a possible waiting thread, it uses notifyAll. This is a relatively
expensive operation, and should be avoided if possible.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)