[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1188) UnversionedNode.isValid - out of sync (deleted/remotely deleted nodes)

Mircea Markus (JIRA) jira-events at lists.jboss.org
Wed Sep 19 11:49:11 EDT 2007


UnversionedNode.isValid - out of sync (deleted/remotely deleted nodes)
----------------------------------------------------------------------

                 Key: JBCACHE-1188
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-1188
             Project: JBoss Cache
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
         Environment: all
            Reporter: Mircea Markus
         Assigned To: Mircea Markus
             Fix For: 2.2.0.GA


considering the scenario:
thread1: 
node = cache.get("a/b/c");
thread2(possibly running on another node/JVM):
cache.remove("a/b/c");

thread1: 
node.getAttribute("attr1");//at this point the node is not longer in the cache. we should allow user to check this through isValid
node.getAttribute("attr2");



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