[jboss-jira] [JBoss JIRA] (WFLY-5514) Worker's attributes of IO subsystem are no documented properly

Jan Stefl (JIRA) issues at jboss.org
Mon Oct 12 09:22:00 EDT 2015


Jan Stefl created WFLY-5514:
-------------------------------

             Summary: Worker's attributes of IO subsystem are no documented properly
                 Key: WFLY-5514
                 URL: https://issues.jboss.org/browse/WFLY-5514
             Project: WildFly
          Issue Type: Bug
          Components: CLI, IO
    Affects Versions: 10.0.0.CR1
            Reporter: Jan Stefl
            Assignee: Alexey Loubyansky


Following attributes has no documentation text:
 * stack-size
 * task-keepalive
 * task-max-threads

{code}
[standalone at localhost:9990 /] cd subsystem=io/worker=default
[standalone at localhost:9990 worker=default] :read-resource-description(recursive=true)
{
    "outcome" => "success",
    "result" => {
        "description" => "Defines workers",
        " capabilities" => [{
            "name" => "org.wildfly.io.worker",
            "dynamic" => true
        }],
        "attributes" => {
            "io-threads" => {
                "type" => INT,
                "description" => "Number of IO threads to use",
                "expressions-allowed" => false,
                "nillable" => true,
                "access-type" => "read-write",
                "storage" => "configuration",
                "restart-required" => "no-services"
            },
            "stack-size" => {
                "type" => LONG,
                "description" => "stack-size",
                "expressions-allowed" => false,
                "nillable" => true,
                "default" => 0L,
                "access-type" => "read-write",
                "storage" => "configuration",
                "restart-required" => "no-services"
            },
            "task-keepalive" => {
                "type" => INT,
                "description" => "task-keepalive",
                "expressions-allowed" => false,
                "nillable" => true,
                "default" => 60,
                "access-type" => "read-write",
                "storage" => "configuration",
                "restart-required" => "no-services"
            },
            "task-max-threads" => {
                "type" => INT,
                "description" => "task-max-threads",
                "expressions-allowed" => false,
                "nillable" => true,
                "access-type" => "read-write",
                "storage" => "configuration",
                "restart-required" => "no-services"
            }
        },
        "operations" => undefined,
        "notifications" => undefined,
        "children" => {}
    }
}
{code}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list