-
Bug
-
Resolution: Done
-
Major
-
7.0.0.DR11
-
None
Following attributes has no documentation text:
- stack-size
- task-keepalive
- task-max-threads
[standalone@localhost:9990 /] cd subsystem=io/worker=default [standalone@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" => {} } }
- is cloned by
-
WFCORE-1051 Worker's attributes of IO subsystem are no documented properly
- Resolved
- is related to
-
JBEAP-2121 Description of worker attributes of IO subsystem contains escaped char sequences
- Closed