Description
Currently when a connection on the client side is closed, the close method is synchronized on the output stream. The synchronization is not necessary and has introduced a side effect that the socket can not be closed immediately when meanwhile applications are sending large requests.
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-3455 IPC.Client synchronisation looks weak
- Closed