Skip to content

Conversation

@pradeep1288
Copy link

I have already filed the HADOOP-12345 and HADOOP-11823 jira.

The fix for HADOOP-12345 is to correctly compute the credential length which is passed as part of the NFS request. We need to round the XDR bytes to a multiple of 4 if the hostname in the credential is not a multiple of 4.

The fix for HADOOP-11823 is 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).

This is my first time contributing to Hadoop.

@pradeep1288
Copy link
Author

I will separate out the changes for HADOOP-12345 and HADOOP-11823 and submit two pull requests

shanthoosh pushed a commit to shanthoosh/hadoop that referenced this pull request Oct 15, 2019
Implementation based on [SEP-1](https://cwiki.apache.org/confluence/display/SAMZA/SEP-1%3A+Semantics+of+ProcessorId+in+Samza)

Author: navina <navina@apache.org>

Reviewers: Yi Pan <nickpan47@gmail.com>, Jacob Maes <jmaes@linkedin.com>, Jagadish <jagadish@apache.org>

Closes apache#103 from navina/SAMZA-1126
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant