Will Burns created ISPN-10360:
---------------------------------
Summary: Expiration with stores should be non blocking
Key: ISPN-10360
URL:
https://issues.jboss.org/browse/ISPN-10360
Project: Infinispan
Issue Type: Enhancement
Components: Expiration, Loaders and Stores
Reporter: Will Burns
Expiration currently occurs while holding the lock in the data container using the compute
method. This is inherently blocking. This needs to be redone to allow for this to be done
in a non blocking way. Most likely we will have to acquire the lock from the LockManager
to perform such operations in the future.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)