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

Tomaz Cerar (JIRA) issues at jboss.org
Mon Oct 12 10:05:01 EDT 2015


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

Tomaz Cerar moved WFLY-5514 to WFCORE-1051:
-------------------------------------------

              Project: WildFly Core  (was: WildFly)
                  Key: WFCORE-1051  (was: WFLY-5514)
           Issue Type: Task  (was: Bug)
          Component/s:     (was: IO)
    Affects Version/s: 2.0.0.CR6
                           (was: 10.0.0.CR1)


> Worker's attributes of IO subsystem are no documented properly
> --------------------------------------------------------------
>
>                 Key: WFCORE-1051
>                 URL: https://issues.jboss.org/browse/WFCORE-1051
>             Project: WildFly Core
>          Issue Type: Task
>    Affects Versions: 2.0.0.CR6
>            Reporter: Jan Stefl
>            Assignee: Tomaz Cerar
>
> 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