Mikhail Bautin created THRIFT-1653:
--------------------------------------

             Summary: TThreadedSelectorServer leaks CLOSE_WAIT sockets 
                 Key: THRIFT-1653
                 URL: https://issues.apache.org/jira/browse/THRIFT-1653
             Project: Thrift
          Issue Type: Bug
            Reporter: Mikhail Bautin


We are using TThreadedSelectorServer in HBase regionserver. We are observing 
that under high load thousands of sockets in the CLOSE_WAIT state are not being 
cleaned up, leading to server crash. Is it possible that the sockets are not 
being closed on the server side, or the process of closing sockets closed by 
client is being starved on the server, because normal I/O takes priority?

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

        

Reply via email to