[jboss-jira] [JBoss JIRA] (AS7-4448) mod_cluster subsystem needs dependency on connector for clean shutdown

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Tue Apr 10 12:45:49 EDT 2012


Paul Ferraro created AS7-4448:
---------------------------------

             Summary: mod_cluster subsystem needs dependency on connector for clean shutdown
                 Key: AS7-4448
                 URL: https://issues.jboss.org/browse/AS7-4448
             Project: Application Server 7
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 7.1.1.Final
            Reporter: Paul Ferraro
            Assignee: Paul Ferraro
             Fix For: 7.1.2.Final-redhat1


During server shutdown, the connector on which mod_cluster communicates can shutdown before the mod_cluster service stops, causing failed requests.  To fix this a service dependency needs to be added on the web connector service.  To make this work, we also need to explicitly indicate which connector mod_cluster will use.
e.g.
<mod-cluster-config connector="ajp"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list