[jboss-jira] [JBoss JIRA] (AS7-6808) Auto ignore domain resources on a slave HC which do not affect its servers

Kabir Khan (JIRA) jira-events at lists.jboss.org
Wed Mar 27 13:50:42 EDT 2013


Kabir Khan created AS7-6808:
-------------------------------

             Summary: Auto ignore domain resources on a slave HC which do not affect its servers
                 Key: AS7-6808
                 URL: https://issues.jboss.org/browse/AS7-6808
             Project: Application Server 7
          Issue Type: Feature Request
            Reporter: Kabir Khan


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: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list