[jboss-jira] [JBoss JIRA] Created: (JBCACHE-950) Expose information about buddy group membership

Brian Stansberry (JIRA) jira-events at jboss.com
Thu Jan 25 11:43:58 EST 2007


Expose information about buddy group membership
-----------------------------------------------

                 Key: JBCACHE-950
                 URL: http://jira.jboss.com/jira/browse/JBCACHE-950
             Project: JBoss Cache
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Brian Stansberry
         Assigned To: Manik Surtani


Currently there is no way for external code to find out any information about how the cache participates in buddy relationships.

Two issues (probably should be subtasks):

1) BuddyManager exposes getBuddyAddresses() but that only provides info about the group for which the node is data owner, not for any groups the node participates in as a buddy.  Also, it returns an internal data structure, making it unsafe to expose to random code.

Because of this, if a "primary buddy" wanted to gravitate some or all data upon exit of the data owner, it would have no way to know if it is primary. Having all buddies gravitate data would be "a bad thing".

1) In 2.0.0 I believe the BuddyManager is not available except through CacheSPI. Perhaps some info about buddy group membership could be exposed via RuntimeConfig.

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