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 "Gokul Soundararajan (JIRA)" <ji...@apache.org> on 2015/04/10 19:17:14 UTC

[jira] [Created] (HADOOP-11823) Checking for Verifier in RPC Denied Reply

Gokul Soundararajan created HADOOP-11823:
--------------------------------------------

             Summary: Checking for Verifier in RPC Denied Reply
                 Key: HADOOP-11823
                 URL: https://issues.apache.org/jira/browse/HADOOP-11823
             Project: Hadoop Common
          Issue Type: Bug
          Components: nfs
    Affects Versions: 2.6.0
            Reporter: Gokul Soundararajan
            Assignee: Brandon Li
            Priority: Blocker


Hi,

There is a bug in the way hadoop-nfs parses the reply for a RPC denied message. Specifically, this happens in RpcDeniedReply.java line #50.
When RPC returns a denied reply, the code should not check for a verifier. It is a bug as it doesn't match the RPC protocol. (See Page 33 from NFS Illustrated book). 

I would be happy to submit the patch but I need some help to commit into mainline. I haven't committed into Hadoop yet.

Thanks,

Gokul




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)