-
Bug
-
Resolution: Done
-
Minor
-
7.2.5.GA
[org.wildfly.extension.io] (ServerService Thread Pool – 52) WFLYIO001: Worker 'default' has auto-configured to 24 core threads with 192 task threads based on your 12 available processors
The IO subsystem by default picks values for the thread default sizes.
The '24 core threads' is actually io-threads
The '192 task threads' is the 'task-max-threads'
The task-core-threads looks like it actually defaults to 2
It would be better to change '24 core threads' to '24 IO threads' and 192 task threads' to 192 max task threads'
list-get map-put read-attribute-group read-children-types read-resource-description write-attribute [standalone@localhost:9990 /] /subsystem=io:read-resource(include-runtime=true,recursive=true) { "outcome" => "success", "result" => { "buffer-pool" => {"default" => { "buffer-size" => undefined, "buffers-per-slice" => undefined, "direct-buffers" => undefined }}, "worker" => {"default" => { "busy-task-thread-count" => 0, "core-pool-size" => 2, "io-thread-count" => 24, "io-threads" => "24", "max-pool-size" => 192, "queue-size" => 0, "shutdown-requested" => false, "stack-size" => "0", "task-core-threads" => "2", "task-keepalive" => "60000", "task-max-threads" => "192",
- clones
-
WFCORE-4768 WFLYIO001: Worker 'default' has auto-configured to 24 core threads should be IO threads
- Closed
- is cloned by
-
JBEAP-18154 [GSS](7.2.z) WFCORE-4768 - WFLYIO001: Worker 'default' has auto-configured to 24 core threads should be IO threads
- Closed
- is incorporated by
-
JBEAP-18775 (7.3.z) Upgrade WildFly Core to 10.1.4.Final-redhat-00001
- Closed