[jboss-jira] [JBoss JIRA] (WFLY-2996) Remove need for native-interface on the Host Controller
Emmanuel Hugonnet (JIRA)
issues at jboss.org
Tue Aug 26 07:47:01 EDT 2014
[ https://issues.jboss.org/browse/WFLY-2996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12995748#comment-12995748 ]
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)
More information about the jboss-jira
mailing list