[infinispan-issues] [JBoss JIRA] (ISPN-3309) EntryWrappingInterceptor should not wrap entries on the originator in non-tx mode

Mircea Markus (JIRA) jira-events at lists.jboss.org
Wed Oct 9 14:18:02 EDT 2013


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

Mircea Markus updated ISPN-3309:
--------------------------------

    Fix Version/s:     (was: 6.0.0.Final)

    
> EntryWrappingInterceptor should not wrap entries on the originator in non-tx mode
> ---------------------------------------------------------------------------------
>
>                 Key: ISPN-3309
>                 URL: https://issues.jboss.org/browse/ISPN-3309
>             Project: Infinispan
>          Issue Type: Task
>          Components: Locking and Concurrency
>    Affects Versions: 5.3.0.Final
>            Reporter: Dan Berindei
>            Assignee: Dan Berindei
>
> EntryWrappingInterceptor assumes that lock delegation is only enabled in dist caches, so in a repl cache it will wrap the entry twice. This may mean that the entry is also written to the data container twice.
> I have tried changing this assumption in the context of ISPN-3289, but it caused some failures in ClusteredCacheWithRamDirIndexManagerTest and ClusteredCacheWithInfinispanDirectoryTest. The query interceptor may be assuming that the entries are committed to the data container when {{ctx.isOriginLocal() == true}}, so it warrants a more thorough investigation.

--
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