[
https://issues.jboss.org/browse/WFCORE-1773?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-1773:
------------------------------------------
[~luck3y] Another thing to look at (also probably a separate issue) is why in that diff
you showed me the original version of the cached-remote domain config had empty profile
elements:
{code}
<profile name="full"/>
<profile name="full-ha"/>
{code}
A slave should either have the profile or ignore it. It shouldn't have it but in an
incomplete form.
SynchServerOperation pulls down more config than necessary during
slave reconnection to DC
------------------------------------------------------------------------------------------
Key: WFCORE-1773
URL:
https://issues.jboss.org/browse/WFCORE-1773
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Ken Wills
Assignee: Ken Wills
When a slave disconnects and reconnects to the DC for the first time, a complete copy of
the domain config is sent. If the slave is using the default ignore-unused-configuration
semantics, it still adds all of the additional configuration.
An additional side issue is the full-ha subsystems are being added in reverse order.
More detail in comments here
https://github.com/wildfly/wildfly-core/pull/1754.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)