]
Jason Greene updated AS7-3194:
------------------------------
Please punt any of these that you dont plan on doing to 7.1.1
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: Clustering, 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: