[jboss-jira] [JBoss JIRA] Created: (JGRP-1206) TCPGOSSIP: add operations to change initial_hosts at runtime
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri May 28 07:04:08 EDT 2010
TCPGOSSIP: add operations to change initial_hosts at runtime
------------------------------------------------------------
Key: JGRP-1206
URL: https://jira.jboss.org/browse/JGRP-1206
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Vladimir Blagojevic
Priority: Minor
Fix For: 2.10
We should add the following operations (exposed as @ManagedOperation !):
@ManagedOperation
public void addInitialHost(String hostname, int port);
@ManagedOperation
public boolean removeInitialHost(String hostname, int port);
The RouterStubManager should stop pinging removed members (if it was attempting to re-establish a connection).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list