[ 
https://issues.apache.org/jira/browse/HADOOP-18169?focusedWorklogId=746103&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-746103
 ]

ASF GitHub Bot logged work on HADOOP-18169:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Mar/22 20:23
            Start Date: 22/Mar/22 20:23
    Worklog Time Spent: 10m 
      Work Description: xinglin commented on pull request #4094:
URL: https://github.com/apache/hadoop/pull/4094#issuecomment-1075602418


   > 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. `collectDelegationTokens()` in 
DelegationTokenIssuer will collect token for the current issuer and all 
AdditionalTokenIssuers. In FileSystem.java, we overwrite 
`getAdditionalTokenIssuers()` to call `getChildFileSystem()` and ViewFileSystem 
overwrites `getChildFileSystem()`, to include the fallback FS as well. So, 
ViewFileSystem.java is good here.
    


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 746103)
    Time Spent: 0.5h  (was: 20m)

> getDelegationTokens in ViewFs should also fetch the token from the fallback FS
> ------------------------------------------------------------------------------
>
>                 Key: HADOOP-18169
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18169
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Xing Lin
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> getDelegationTokens in ViewFs does not include the delegationToken from the 
> fallback FS, while it should. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to