[jboss-jira] [JBoss JIRA] (WFCORE-2159) worker=default:read-resource(include-runtime) wrong values in domain mode
Claudio Miranda (JIRA)
issues at jboss.org
Fri Jan 6 09:01:00 EST 2017
[ https://issues.jboss.org/browse/WFCORE-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claudio Miranda updated WFCORE-2159:
------------------------------------
Description:
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}
it should show configured values when it is executed on profile
Also, may be related
{code}
/subsystem=io/worker=test123:add(io-threads=11,stack-size=12,task-keepalive=13,task-max-threads=14)
{"outcome" => "success"}
[standalone at localhost:9990 /] /subsystem=io/worker=test123:read-resource
{
"outcome" => "success",
"result" => {
"io-threads" => undefined,
"stack-size" => undefined,
"task-keepalive" => undefined,
"task-max-threads" => undefined,
"server" => undefined
}
}
{code}
was:
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}
it should show configured values when it is executed on profile
> 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}
> it should show configured values when it is executed on profile
> Also, may be related
> {code}
> /subsystem=io/worker=test123:add(io-threads=11,stack-size=12,task-keepalive=13,task-max-threads=14)
> {"outcome" => "success"}
> [standalone at localhost:9990 /] /subsystem=io/worker=test123:read-resource
> {
> "outcome" => "success",
> "result" => {
> "io-threads" => undefined,
> "stack-size" => undefined,
> "task-keepalive" => undefined,
> "task-max-threads" => undefined,
> "server" => undefined
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list