Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
We found a socket file descriptor leak when we tried to get the checksum of EC file with reconstruction happened during the operation.
The cause of the leak seems that the StripedBlockChecksumReconstructor does not close StripedReader. Making the reader closed, the CLOSE_WAIT connections are gone.
Attachments
Issue Links
- relates to
-
HDFS-16565 DataNode holds a large number of CLOSE_WAIT connections that are not released
- Resolved
- links to