Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
None
-
None
-
None
Description
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?