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 "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/24 22:07:16 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-11823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15348767#comment-15348767 ] 

ASF GitHub Bot commented on HADOOP-11823:
-----------------------------------------

GitHub user pradeep1288 opened a pull request:

    https://github.com/apache/hadoop/pull/106

    HADOOP-11823: dont check for verifier in RpcDeniedReply

    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).


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pradeep1288/hadoop hadoop-11823

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/106.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #106
    
----
commit b595d74c6bba5cff01c01332fdc4bd39ae536312
Author: Pradeep Nayak <pr...@netapp.com>
Date:   2016-06-24T22:05:34Z

    HADOOP-11823: dont check for verifier in RpcDeniedReply

----


> 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
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org