omalley commented on PR #4527:
URL: https://github.com/apache/hadoop/pull/4527#issuecomment-1172985170

   The extra thread is used so that if the calling thread is interrupted while 
the request is being written to the socket, that the write is not interrupted. 
Basically, it is ensuring that the socket doesn't have partial requests sent to 
it. 
   
   Without that, Hadoop would need to resynchronize by closing the socket. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to