金沢 栄治 created WFCORE-4036:
-----------------------------
Summary: can't undefine task-max-threads
Key: WFCORE-4036
URL:
https://issues.jboss.org/browse/WFCORE-4036
Project: WildFly Core
Issue Type: Bug
Components: IO
Reporter: 金沢 栄治
when undefining task-max-threads attribute, it will cause exception as follow.
`
[standalone@localhost:9990 /]
/subsystem=io/worker=default:undefine-attribute(name=task-max-threads)
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0158: Operation handler failed:
java.lang.IllegalArgumentException",
"rolled-back" => true
}
`
although this fix can clear the model value, but the value in xnio is remainded,
can check it by read-attribute operation,
but reload is needed to modidy task-max-threads,
so IMHO it's not a issue.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)