[jboss-jira] [JBoss JIRA] Created: (JBAS-3473) Fix DistributedStateImpl.nodeRemove

Brian Stansberry (JIRA) jira-events at jboss.com
Fri Aug 4 15:08:12 EDT 2006


Fix DistributedStateImpl.nodeRemove
-----------------------------------

                 Key: JBAS-3473
                 URL: http://jira.jboss.com/jira/browse/JBAS-3473
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Clustering
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: JBossAS-5.0.0.Beta


AFAICT, this is not correct.  Key/value pairs are stored in the category node's data map; nodeRemoved treats things as if each key is its own node.

Actually, I think the node per key approach is correct, until TreeCacheListener can provide info on what data was changed.

Also, remove() itself notifies listeners of a removal, and then the listener does as well.  Needs to be one or the other; probably nodeRemoved() as that gets called for both local and remote removes.

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