[jboss-jira] [JBoss JIRA] (AS7-6269) Consider using a "describe" notion for providing the model to slaves on registration

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Jan 3 11:45:09 EST 2013


Brian Stansberry created AS7-6269:
-------------------------------------

             Summary: Consider using a "describe" notion for providing the model to slaves on registration
                 Key: AS7-6269
                 URL: https://issues.jboss.org/browse/AS7-6269
             Project: Application Server 7
          Issue Type: Task
          Components: Domain Management
            Reporter: Brian Stansberry
            Assignee: Brian Stansberry
             Fix For: 7.3.0.Alpha1


When a slave HC registers, the master provides it a copy of the domain-wide model as a DMR tree. This has a weakness in that the Resource impl types that comprise that tree on the master side are not transmitted. If custom Resource impls are used, they may not be recreated on the slave.

Consider instead sending a list of mgmt ops, a la what we do with servers when starting from an HC.

This could potentially be limited to subsystems, with the core model sent as it is now. The core model is handled by core-AS code on the slave side, so we can reasonably ensure that code always uses the correct Resource type. There are places where we already do that. The bigger problem is subsystems. 

--
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