]
Sanne Grinovero updated ISPN-1167:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Eviction acquires locks even if it doesn't need them
----------------------------------------------------
Key: ISPN-1167
URL:
https://issues.jboss.org/browse/ISPN-1167
Project: Infinispan
Issue Type: Enhancement
Components: Locking and Concurrency
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 5.0.0.CR5
EvictionManagerImpl has this patterns:
1- acquire the lock
2- see if you need to store the entry
3- release the lock
while in most configurations he will find out that 2 is not going to store the entity, so
it is acquiring the lock to release it.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: