[jboss-jira] [JBoss JIRA] (WFLY-3076) ModelControllerMBeanHelper constructor invokes unnecessary management op
Brian Stansberry (JIRA)
issues at jboss.org
Thu Mar 6 18:16:34 EST 2014
[ https://issues.jboss.org/browse/WFLY-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12950933#comment-12950933 ]
Brian Stansberry commented on WFLY-3076:
----------------------------------------
This, BTW is the cause of the test failure at http://brontes.lab.eng.brq.redhat.com/viewLog.html?buildId=11936. The read-attribute call is ending up in the log and the test doesn't expect that.
> ModelControllerMBeanHelper constructor invokes unnecessary management op
> ------------------------------------------------------------------------
>
> Key: WFLY-3076
> URL: https://issues.jboss.org/browse/WFLY-3076
> Project: WildFly
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Domain Management, JMX
> Affects Versions: 8.0.0.Final
> Reporter: Brian Stansberry
> Assignee: Brian Stansberry
> Fix For: 8.0.1.Final
>
>
> ModelControllerMBeanHelper is invoking a read-attribute management op in its constructor to find out of the process is a standalone server. This is not necessary -- JmxSubsystemAdd can find this out from the OperationContext and pass this information through to the ModelControllerMBeanHelper it indirectly creates.
--
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