[infinispan-issues] [JBoss JIRA] (ISPN-2172) Cache removals not removing L1 cached values in non-owners after rehashing
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Aug 13 10:54:15 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-2172:
-----------------------------------
Assignee: Dan Berindei (was: Galder Zamarreño)
Git Pull Request: https://github.com/infinispan/infinispan/pull/1230 (was: https://github.com/infinispan/infinispan/pull/1230)
Assigning to Dan which will look into this in the light of NBST when he and Adrian re-implement the l1.onRehash accordingly. The pull request should still be left open in case there's further discussion and also provides with a unit test.
> Cache removals not removing L1 cached values in non-owners after rehashing
> --------------------------------------------------------------------------
>
> Key: ISPN-2172
> URL: https://issues.jboss.org/browse/ISPN-2172
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Cache
> Affects Versions: 5.1.5.FINAL, 5.2.0.ALPHA2
> Reporter: Galder Zamarreño
> Assignee: Dan Berindei
> Fix For: 5.2.0.FINAL
>
>
> There appears to be an issue L1 and removals.
> Seems like on removal, non-owners are not invalidated and data is left in memory.
> If using a Hot Rod server, it would appear as if the remote get operations don't return anything after removal is cos it goes to an owner node, where data is indeed removed.
> However, if you try to build a test case with embedded cache, it clearly shows that after removal, data is left in memory.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list