[
http://jira.jboss.com/jira/browse/JBCACHE-1188?page=all ]
Manik Surtani updated JBCACHE-1188:
-----------------------------------
Fix Version/s: 2.1.0.CR1
2.1.0.GA
(was: 2.2.0.GA)
Assignee: Manik Surtani (was: Mircea Markus)
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.GA, 2.1.0.CR1
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