Using an AsyncStore with passivating eviction creates a time window in which entries might
not be found
-------------------------------------------------------------------------------------------------------
Key: ISPN-1174
URL:
https://issues.jboss.org/browse/ISPN-1174
Project: Infinispan
Issue Type: Bug
Components: Eviction, Locking and Concurrency
Affects Versions: 5.0.0.CR5
Reporter: Sanne Grinovero
Assignee: Manik Surtani
Fix For: 5.0.0.CR6
When loading from an AsyncStore we should check if the entry is not in process of being
written to the underlying store (somewhere in the async queue), as at this point it was
already removed from the container and if not yet written on the store it might not be
found otherwise.
See also
http://infinispan.markmail.org/search/#query:%20from%3A%22Manik%20Surtani...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira