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

Manik Surtani (JIRA) jira-events at lists.jboss.org
Mon Oct 22 19:09:15 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBCACHE-1188?page=all ]

Manik Surtani resolved JBCACHE-1188.
------------------------------------

    Resolution: Done

> 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: Manik Surtani
>             Fix For: 2.1.0.CR1, 2.1.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