]
Brian Stansberry commented on WFLY-3859:
----------------------------------------
No reason not to give it a name that describes what it does, like
"register-protocol-metrics".
Improve
ChannelInstanceResourceDefinition.addChannelProtocolMetricsRegistrationStep
-----------------------------------------------------------------------------------
Key: WFLY-3859
URL:
https://issues.jboss.org/browse/WFLY-3859
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 9.0.0.Alpha1
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 9.0.0.Beta1
While debugging a test, I noticed this in the test's console output:
ERROR: WFLYCTL0013: Operation ("some_operation_name") failed - address:
([("subsystem" => "jgroups")]) - failure description:
"WFLYCTL0216: Management resource '[(\"subsystem\" =>
\"jgroups\")]' not found"
Sep 16, 2014 9:29:35 AM org.jboss.as.controller.AbstractOperationContext executeStep
That "some_operation_name" visible to users isn't so good.
A simple fix is to use a more meaningful name.