-
Bug
-
Resolution: Done
-
Major
-
19.0.0.Beta12
-
None
Warning message in case of changing worker [1]. In case of using http-upgrade for remoting this has also impact on undertow listener, which needs to use the same worker. As http-listener doesn't depend on remoting, it is rather the opposite way, the warning message is not correct for this situation. As such the message should be updated to provide warning in relation to the http[s]-listener.
[1]
/subsystem=remoting/configuration=endpoint:write-attribute(name=worker,value=default) { "outcome" => "success", "response-headers" => { "warnings" => [{ "warning" => "WFLYRMT0026: Change of worker to 'default' in remoting might require the same change in resources depending on remoting.", "level" => "WARNING", "operation" => { "address" => [ ("subsystem" => "remoting"), ("configuration" => "endpoint") ], "operation" => "write-attribute" } }], "operation-requires-reload" => true, "process-state" => "reload-required" } }
- is cloned by
-
JBEAP-12458 (7.4.z) WFCORE-5958 - The warning message when changing worker of remoting endpoint is not fully correct
- Closed