You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/19 00:36:07 UTC

[jira] [Resolved] (HADOOP-4048) ipc.Client: Log when Server side closes the socket while request is still pending

     [ https://issues.apache.org/jira/browse/HADOOP-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Allen Wittenauer resolved HADOOP-4048.
--------------------------------------

    Resolution: Fixed

> ipc.Client:  Log when Server side closes the socket while request is still pending
> ----------------------------------------------------------------------------------
>
>                 Key: HADOOP-4048
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4048
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: ipc
>            Reporter: Koji Noguchi
>            Priority: Minor
>
> ipc/Client.java
> {noformat}
> 316       } catch (EOFException eof) {
> 317         // This is what happens when the remote side goes down
> 318       } 
> {noformat}
> Request to log  when Server side closes the socket while some requests are still pending.
> This would have helped when debugging HADOOP-4040.



--
This message was sent by Atlassian JIRA
(v6.2#6252)