[infinispan-issues] [JBoss JIRA] (ISPN-3694) ActivationInterceptor when activating an entry has a gap of when no entry is available

William Burns (JIRA) jira-events at lists.jboss.org
Fri Nov 8 12:14:01 EST 2013


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


More information about the infinispan-issues mailing list