[jboss-jira] [JBoss JIRA] (AS7-3194) Improper handling of load metric add/remove in mod_cluster subsystem
Brian Stansberry (Created) (JIRA)
jira-events at lists.jboss.org
Wed Jan 4 16:17:09 EST 2012
Improper handling of load metric add/remove in mod_cluster subsystem
--------------------------------------------------------------------
Key: AS7-3194
URL: https://issues.jboss.org/browse/AS7-3194
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Web
Affects Versions: 7.1.0.CR1b
Reporter: Brian Stansberry
Assignee: Jean-Frederic Clere
Fix For: 7.1.0.Final
The ModClusterAddMetric and ModClusterAddCustomMetric handlers have two problems:
1) They only run if (context.getType() == OperationContext.Type.SERVER)
This means a client updating the subsystem config on a domain controller will not be able to have the change reflected in the domain wide model (and it won't be persisted to domain.xml)
2) If they are run on the server, they don't modify the runtime or call context.reloadRequired(). So the runtime services are out of sync with the configuration but the server state doesn't reflect that.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list