[jboss-jira] [JBoss JIRA] (WFCORE-2735) Missing desription of IO worker's server attributes
Romain Pelisse (JIRA)
issues at jboss.org
Fri Apr 28 05:54:00 EDT 2017
Romain Pelisse created WFCORE-2735:
--------------------------------------
Summary: Missing desription of IO worker's server attributes
Key: WFCORE-2735
URL: https://issues.jboss.org/browse/WFCORE-2735
Project: WildFly Core
Issue Type: Bug
Components: IO
Reporter: Romain Pelisse
Assignee: Romain Pelisse
There is no description at server attributes:
{code}
[standalone at localhost:9990 /] /subsystem=io/worker=default/server=*:read-resource-description
{
"outcome" => "success",
"result" => [{
"address" => [
("subsystem" => "io"),
("worker" => "default"),
("server" => "*")
],
"outcome" => "success",
"result" => {
"description" => "description",
"storage" => "runtime-only",
"attributes" => {
"connection-count" => {
"type" => INT,
"description" => "connection-count",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"access-type" => "metric",
"storage" => "runtime"
},
"connection-limit-high-water-mark" => {
"type" => INT,
"description" => "connection-limit-high-water-mark",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"access-type" => "read-only",
"storage" => "runtime"
},
"connection-limit-low-water-mark" => {
"type" => INT,
"description" => "connection-limit-low-water-mark",
"expressions-allowed" => false,
"required" => true,
"nillable" => false,
"access-type" => "read-only",
"storage" => "runtime"
}
},
"operations" => undefined,
"notifications" => undefined,
"children" => {}
}
}]
}
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list