[
https://issues.apache.org/jira/browse/HDFS-5898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13905957#comment-13905957
]
Aaron T. Myers commented on HDFS-5898:
--------------------------------------
Hi Abin, thanks a lot for working on this. A few quick comments:
# I don't follow how the change in RpcProgramNfs3 is related to this issue. Did
that perhaps sneak in to this patch accidentally? Or is it somehow related and
I'm completely missing it?
# We should probably put the new constants in DFSConfigKeys.java instead of
Nfs3.java. Also, entries for them should also be added to hdfs-default.xml to
document them.
# Did you test this with a long-running NFS gateway against a Kerberized
cluster? i.e. longer than the ticket lifetime granted by default from the KDC?
The reason I ask is because I see no "reloginFromKeytab" anywhere in the patch,
which I would expect to be necessary.
# I don't think the included tests actually exercises the new functionality. I
tried just applying that portion of the patch and it passed without issue. To
write an automated test for this, you'll probably have to use the MiniKdc. Or,
you could test this manually against a real cluster/KDC and report the findings
here.
> Allow NFS gateway to login/relogin from its kerberos keytab
> -----------------------------------------------------------
>
> Key: HDFS-5898
> URL: https://issues.apache.org/jira/browse/HDFS-5898
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: nfs
> Affects Versions: 2.2.0, 2.4.0
> Reporter: Jing Zhao
> Assignee: Abin Shahab
> Attachments: HDFS-5898-documentation.patch,
> HDFS-5898-documentation.patch, HDFS-5898-with-documentation.patch,
> HDFS-5898-with-documentation.patch, HDFS-5898.patch, HDFS-5898.patch,
> HDFS-5898.patch
>
>
> According to the discussion in HDFS-5804:
> 1. The NFS gateway should be able to get it's own tgts, and renew them.
> 2. We should update the HdfsNfsGateway.apt.vm
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)