-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
2.0.0.CR4
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.