Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14530

[GSS](7.1.z) mod_cluster DefaultMCMPHandler should handle "Connection: close" response header and close a connection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.4.CR1, 7.1.4.GA
    • 7.1.1.GA
    • mod_cluster
    • None

    Description

      mod_cluster DefaultMCMPHandler#sendRequest() does not close a connection when Apache httpd closes a connection and responds to MCMP STATUS request with "Connection: close" response header. (As KeepAlive Off is set by default, Apache httpd closes a connection and responds to MCMP STATUS request with "Connection: close".) Therefore, CLOSE_WAIT connection remains every MCMP STATUS command.

      This CLOSE_WAIT connection will be cleaned when trying to send the next MCMP STATUS request, so there's no functional impact. And this is not a critical issue as neither connection leak nor file descriptor leak happens. However, it's better that mod_cluster handles the "Connection: close" response header and close a connection.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-rhusar Radoslav Husar
              rhn-support-mmiura Masafumi Miura
              Daniel Cihak Daniel Cihak
              Daniel Cihak Daniel Cihak
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: