You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Vinay (JIRA)" <ji...@apache.org> on 2012/05/26 14:32:22 UTC

[jira] [Created] (HADOOP-8442) NPE in reading Client.java while reading response when dest process went down.

Vinay created HADOOP-8442:
-----------------------------

             Summary: NPE in reading Client.java while reading response when dest process went down.
                 Key: HADOOP-8442
                 URL: https://issues.apache.org/jira/browse/HADOOP-8442
             Project: Hadoop Common
          Issue Type: Bug
          Components: ipc
    Affects Versions: 2.0.0-alpha, 3.0.0
            Reporter: Vinay
            Assignee: Vinay
            Priority: Minor


{noformat}Caused by: java.io.IOException: Error reading responses
	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:788)
Caused by: java.lang.NullPointerException
	at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:852)
	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:781){noformat}

We can make a null check and give better message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HADOOP-8442) NPE in reading Client.java while reading response when dest process went down.

Posted by "Uma Maheswara Rao G (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uma Maheswara Rao G resolved HADOOP-8442.
-----------------------------------------

    Resolution: Duplicate

Vinay, It was already filed by Todd. Hadoop-8397.
                
> NPE in reading Client.java while reading response when dest process went down.
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-8442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8442
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: ipc
>    Affects Versions: 2.0.0-alpha, 3.0.0
>            Reporter: Vinay
>            Assignee: Vinay
>            Priority: Minor
>
> {noformat}Caused by: java.io.IOException: Error reading responses
> 	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:788)
> Caused by: java.lang.NullPointerException
> 	at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:852)
> 	at org.apache.hadoop.ipc.Client$Connection.run(Client.java:781){noformat}
> We can make a null check and give better message.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira