]
Tomaz Cerar reassigned WFCORE-2159:
-----------------------------------
Assignee: Tomaz Cerar (was: David Lloyd)
worker=default:read-resource(include-runtime) wrong values in domain
mode
-------------------------------------------------------------------------
Key: WFCORE-2159
URL:
https://issues.jboss.org/browse/WFCORE-2159
Project: WildFly Core
Issue Type: Bug
Components: IO
Reporter: Claudio Miranda
Assignee: Tomaz Cerar
In domain mode the following command assigns error message to values.
{code}
/profile=full-ha/subsystem=io/worker=default:read-resource(include-runtime)
{
"outcome" => "success",
"result" => {
"io-threads" => "WFLYIO006: no metrics available",
"stack-size" => "WFLYIO006: no metrics available",
"task-keepalive" => "WFLYIO006: no metrics available",
"task-max-threads" => "WFLYIO006: no metrics available",
"server" => undefined
}
}
{code}