[infinispan-issues] [JBoss JIRA] Created: (ISPN-822) Allow retrieving coordinator address from EmbeddedCacheManager

Tristan Tarrant (JIRA) jira-events at lists.jboss.org
Tue Dec 7 10:23:01 EST 2010


Allow retrieving coordinator address from EmbeddedCacheManager
--------------------------------------------------------------

                 Key: ISPN-822
                 URL: https://jira.jboss.org/browse/ISPN-822
             Project: Infinispan
          Issue Type: Feature Request
          Components: Core API
    Affects Versions: 4.2.0.CR3
            Reporter: Tristan Tarrant
            Assignee: Manik Surtani
            Priority: Minor
             Fix For: 4.2.0.CR4


In order to get the coordinator's address I go through the following hoops:

cache.getAdvancedCache().getRpcManager().getTransport().getCoordinator().getJGroupsAddress().

which requires obtaining a clustered cache first.

the EmbeddedCacheManager interface exposes several methods to access the local address, the address of all members and whether the local address is also coordinator, but there is no method to get the cluster's coordinator address.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the infinispan-issues mailing list