[jboss-jira] [JBoss JIRA] (WFCORE-1005) HostControllerConnectionService does not let in flight requests clear before stopping

Brian Stansberry (JIRA) issues at jboss.org
Wed Sep 23 20:55:00 EDT 2015


Brian Stansberry created WFCORE-1005:
----------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list