[jboss-jira] [JBoss JIRA] (WFCORE-2159) worker=default:read-resource(include-runtime) wrong values in domain mode

Tomaz Cerar (JIRA) issues at jboss.org
Fri Jan 6 08:39:00 EST 2017


     [ https://issues.jboss.org/browse/WFCORE-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomaz Cerar 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

  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}



> 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



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list