Brian Stansberry created WFCORE-981:
---------------------------------------
Summary: RemoteDomainConnectionService uses out of date HostInfo data when
reconnecting
Key: WFCORE-981
URL:
https://issues.jboss.org/browse/WFCORE-981
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.Beta7
Reporter: Brian Stansberry
Priority: Blocker
Fix For: 2.0.0.CR2
When RemoteDomainConnectionService starts, it calculates a "hostInfo" ModelNode
that among other things includes data about what addresses the host is ignoring, and what
server groups and socket binding groups are relevant to it if it is ignoring resources
unrelated to its servers.
Problem is, this data is never updated if the host's config changes, so if the host
needs to reconnect to the master, it sends out-of-date data to the master, and also uses
out of date data to process the info that comes back from the master.
We need to figure out how to refresh that data for each connection to the master.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)