[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1200) Node removal with invalidation leaves child data accessible

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Oct 17 12:32:04 EDT 2007


Node removal with invalidation leaves child data accessible
-----------------------------------------------------------

                 Key: JBCACHE-1200
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1200
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.1.0.BETA1
            Reporter: Brian Stansberry
         Assigned To: Manik Surtani
            Priority: Critical
             Fix For: 2.1.0.CR1


With invalidation, when a node that has children is removed, on remote caches the data in the children is still visible; e..g

cache1.put(childFqn, key, value);
cache1.removeNode(parentFqn);
// This assertion fails
assertNull(cache2.get(childFqn, key));

InvalidationInterceptorTest.testPessimisticNodeRemoval() and testOptimisticNodeRemoval() have been modified to show this issue.

This is a significant problem for the Hibernate/JBC integration

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list