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

Daryn Sharp commented on HDFS-2854:
-----------------------------------

The main problem is the {{TokenCache}}.  It assumes that a uri's authority is 
its token's service type, and tries to look that service up in its 
{{Credentials}} cache.  The authority for {{ViewFileSystem}} has nothing to do 
with its token service, in fact, it has multiple tokens.  It's fundamentally 
broken and will be fixed on HADOOP-7967.
                
> SecurityUtil.buildTokenService returns java.net.UnknownHostException when 
> using paths like viewfs://default/some/path
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: HDFS-2854
>                 URL: https://issues.apache.org/jira/browse/HDFS-2854
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 0.24.0, 0.23.1
>            Reporter: Arpit Gupta
>            Assignee: Daryn Sharp
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to