Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
We recently saw an issue where network issues between slaves and the NN caused ESTABLISHED TCP connections to pile up and leak on the NN side. It looks like the RST packets were getting dropped, which meant that the client thought the connections were closed, while they hung open forever on the server.
Setting the SO_KEEPALIVE option on our sockets would prevent this kind of leak from going unchecked.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-8894 Set SO_KEEPALIVE on DN server sockets
- Resolved