[
https://issues.jboss.org/browse/WFLY-2996?page=com.atlassian.jira.plugin....
]
Emmanuel Hugonnet commented on WFLY-2996:
-----------------------------------------
RemoteDomainConnectionService
public synchronized void register() throws IOException {
...
masterURI = new URI("remote://" +
NetworkUtils.formatPossibleIpv6Address(host) + ":" + port);
...
}
Remove need for native-interface on the Host Controller
-------------------------------------------------------
Key: WFLY-2996
URL:
https://issues.jboss.org/browse/WFLY-2996
Project: WildFly
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Emmanuel Hugonnet
Fix For: 9.0.0.CR1
The HC requires a native-interface because the intra-domain comms (slave->master and
server->HC) are hard coded to the "remote" protocol. Make this configurable
for slave->master and dynamically determine what to use for server->HC.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)