-
Bug
-
Resolution: Done
-
Major
-
20.0.1.Final
-
None
When reloading a remote host controller, the following error is shown in the console logs:
[Host Controller] 16:51:19,476 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) WFLYCTL0016: Received no final outcome response for operation "reload" with address [("host" => "yborgesrhel9.localdomain")] from remote process at address [("host" => "yborgesrhel9.localdomain")]. The result of this operation will only include the remote process' preliminary response to the request.
The remote host controller is reloaded and it is registered without issues in the domain, but the error trace is completely unexpected.
Reloading a local host controller doesn't reproduce the issue.
- is caused by
-
WFCORE-6156 Use ServiceContainer.awaitStability() instead of StabilityMonitor.awaitStability() in ContainerStateMonitor
- Closed
- is related to
-
WFCORE-3597 Defer sending response to reload op until the ProcessReloadHandler has changed the process state
- Resolved