[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-822) Allow retrieving coordinator address from EmbeddedCacheManager
Tristan Tarrant (JIRA)
jira-events at lists.jboss.org
Wed Dec 8 03:58:34 EST 2010
[ https://jira.jboss.org/browse/ISPN-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant resolved ISPN-822.
----------------------------------
Resolution: Done
> 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: Tristan Tarrant
> Priority: Minor
> Fix For: 4.2.0.CR4
>
> Attachments: ISPN-822.diff
>
>
> 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