[infinispan-issues] [JBoss JIRA] Commented: (ISPN-841) Flag.CACHE_MODE_LOCAL is not working properly for put operation in TreeCache
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Thu Dec 23 10:16:18 EST 2010
[ https://issues.jboss.org/browse/ISPN-841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12572199#comment-12572199 ]
Galder Zamarreño commented on ISPN-841:
---------------------------------------
This is part of the problem actually cos even if the flags are set within the transaction, these flags are cleared after calling cache.containsKey() which gets called before the actual the actual put. The way the cache is used might need changing, so that it's always the result of advancedCache.withFlags() which effectively makes any invocation on the resulting cache do the work with the given flags.
> Flag.CACHE_MODE_LOCAL is not working properly for put operation in TreeCache
> ----------------------------------------------------------------------------
>
> Key: ISPN-841
> URL: https://issues.jboss.org/browse/ISPN-841
> Project: Infinispan
> Issue Type: Bug
> Components: Tree API
> Affects Versions: 4.1.0.Final
> Environment: Windows XP Professional SP3
> Reporter: Konstantin Kuzmin
> Assignee: Galder Zamarreño
> Fix For: 5.0.0.BETA1
>
> Attachments: TestInfinispan.java
>
>
> Actually, the problem might be wider. I suppose the Flag set is not propagated to underlying (Cache) infrastructure in some cases.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list