]
Brian Stansberry updated WFCORE-1005:
-------------------------------------
Labels: domain-mode (was: )
HostControllerConnectionService does not let in flight requests clear
before stopping
-------------------------------------------------------------------------------------
Key: WFCORE-1005
URL:
https://issues.jboss.org/browse/WFCORE-1005
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 2.0.0.CR4
Reporter: Brian Stansberry
Labels: domain-mode
HostControllerConnectionService sets up a remoting channel that receives management
requests. But unlike the services that receive end user mgmt requests, it makes no effort
to ensure in flight requests have cleared before shutting down.
I haven't looked but I wouldn't be surprised if there's a similar problem
with the channel a slave HC opens for communication with the master.
I don't think this is a critical problem; when the service stop ends up closing the
channel the remote end will be notified and the in flight request should report a failure.
That failure may be unnecessary though.