-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-18169. getDelegationTokens in ViewFs should also fetch the token from fallback FS #4094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…en from the fallback FS
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/viewfs/ViewFs.java
Outdated
Show resolved
Hide resolved
mccormickt12
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a pointer to where/how the corresponding logic lives in the non-abstract filesystem object, just to easily verify the logic is the same
The logic is in DelegationTokenIssuer.java for FileSystem.java/ViewFileSystem.java. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Hi @omalley, Could you take a look and commit it? I guess it should be a trivial cherry-pick to backport to 3.3 and 2.10. If not the case, please let me know. thanks, |
…en from fallback FS (#4094) Signed-off-by: Owen O'Malley <oomalley@linkedin.com>
…en from fallback FS (apache#4094) HADOOP-18169. getDelegationTokens in ViewFs should also fetch the token from the fallback FS
Description of PR
How was this patch tested?
mvn test -Dtest="TestViewFs*" in both hadoop-common-project and hadoop-hdfs-project.