William Burns created ISPN-3694:
-----------------------------------
Summary: ActivationInterceptor when activating an entry has a gap of when no
entry is available
Key: ISPN-3694
URL:
https://issues.jboss.org/browse/ISPN-3694
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 6.0.0.CR1
Reporter: William Burns
Assignee: Mircea Markus
Fix For: 6.0.0.CR2
The ActivationInterceptor currently attempts to remove entries from the cache store during
the invocation of a get. However the actual committing of the data to the Data Container
doesn't occur until the EntryWrappingInterceptor (non-tx) or when the CommitCommand
(tx) is invoked, both of which is after the entry is removed from the loader. This can
cause a momentary lapse where the entry is no longer in the data container or the loader.
Also if you rolled back the tx containing the activation you would lose the entry
completely.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira