Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3088

TThreadPoolServer with Sasl auth may leak CLOSE_WAIT socket

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9
    • 0.9.3
    • Java - Library
    • None

    Description

      Start TThreadPoolServer to server with TSaslServerTransport.Factory as transportFactory. While using nc to test the specified port whether reachable, it will leak CLOSE_WAIT socket.That's because nc will close socket at once while successful connect TThreadPoolServer, but the server still try using sasl protocol to build an inputTransport which of course failed at once. However inputTransport is null which makes it can't close socket properly which lead to CLOSE_WAIT socket.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              punwinger Winger Pun
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: