[jboss-jira] [JBoss JIRA] (WFCORE-1271) Description of worker attributes of IO subsystem contains escaped char sequences

Tomaz Cerar (JIRA) issues at jboss.org
Wed Jan 6 07:43:00 EST 2016


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

Tomaz Cerar moved JBEAP-2575 to WFCORE-1271:
--------------------------------------------

              Project: WildFly Core  (was: JBoss Enterprise Application Platform)
                  Key: WFCORE-1271  (was: JBEAP-2575)
             Workflow: GIT Pull Request workflow   (was: CDW v1)
          Component/s: Domain Management
                           (was: IO)
       Target Release:   (was: 7.0.0.GA)
    Affects Version/s: 2.0.5.Final
                           (was: 7.0.0.ER2 (Beta))


> Description of worker attributes of IO subsystem contains escaped char sequences
> --------------------------------------------------------------------------------
>
>                 Key: WFCORE-1271
>                 URL: https://issues.jboss.org/browse/WFCORE-1271
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 2.0.5.Final
>            Reporter: Tomaz Cerar
>            Assignee: Tomaz Cerar
>            Priority: Minor
>
> Description of worker attributes of IO subsystem contains escaped char *\"* sequences.
> {noformat}[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" => "\"Specify the number of I/O threads to create for the worker.  If not specified, a default will be chosen, which is calculated by cpuCount * 2\"",
>                 "expressions-allowed" => false,
>                 "nillable" => true,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "no-services"
>             },
>             "stack-size" => {
>                 "type" => LONG,
>                 "description" => "The stack size (in bytes) to attempt to use for worker threads.",
>                 "expressions-allowed" => false,
>                 "nillable" => true,
>                 "default" => 0L,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "no-services"
>             },
>             "task-keepalive" => {
>                 "type" => INT,
>                 "description" => "Specify the number of milliseconds to keep non-core task threads alive.",
>                 "expressions-allowed" => false,
>                 "nillable" => true,
>                 "default" => 60,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "no-services"
>             },
>             "task-max-threads" => {
>                 "type" => INT,
>                 "description" => "\"Specify the maximum number of threads for the worker task thread pool.If not set, default value used which is calculated by formula cpuCount * 16\"",
>                 "expressions-allowed" => false,
>                 "nillable" => true,
>                 "access-type" => "read-write",
>                 "storage" => "configuration",
>                 "restart-required" => "no-services"
>             }
>         },
>         "operations" => undefined,
>         "notifications" => undefined,
>         "children" => {}
>     }
> }
> {noformat}



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


More information about the jboss-jira mailing list