]
Jason Greene updated WFLY-259:
------------------------------
Fix Version/s: 8.0.0.CR1
(was: 8.0.0.Beta1)
Auto ignore domain resources on a slave HC which do not affect its
servers
--------------------------------------------------------------------------
Key: WFLY-259
URL:
https://issues.jboss.org/browse/WFLY-259
Project: WildFly
Issue Type: Feature Request
Components: Domain Management
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 8.0.0.CR1
Currently to avoid receiving resources and ops for parts of the domain model which do not
work on an older slave we use <ignored-resources> in the slave host.xml to ignore
them.
Instead we should only pull in parts of the domain model that is actually required on the
slave for its servers to start. Once started we need to be able to update the slave with
domain information as the config changes
The main things which can change affecting the data required are:
1) A domain's server-group, where the profile (and thus extensions) and the
socket-binding group can be changed.
2) A host's server-config, where the server-group and the socket-binding-group
override might be changed.
For 1) we can piggy-back missing data to the slave.
For 2) the slave needs to connect back to the DC, attempt to get the DC lock and pull
down the required data. If the lock cannot be obtained, the operation should fail fast.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: