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

William Burns (JIRA) jira-events at lists.jboss.org
Tue Nov 12 08:43:05 EST 2013


     [ https://issues.jboss.org/browse/ISPN-3694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

William Burns updated ISPN-3694:
--------------------------------

    Summary: ActivationInterceptor when activating an entry has a gap when no entry is available  (was: ActivationInterceptor when activating an entry has a gap of when no entry is available)

    
> ActivationInterceptor when activating an entry has a gap 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: William Burns
>             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