You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-issues@hadoop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/08 13:28:00 UTC

[jira] [Commented] (HDFS-16724) RBF should support get the information about ancestor mount points

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

ASF GitHub Bot commented on HDFS-16724:
---------------------------------------

ZanderXu opened a new pull request, #4719:
URL: https://github.com/apache/hadoop/pull/4719

   ### Description of PR
   Suppose RBF cluster have 2 nameservices and to mount point as below:
   
   -  /user/ns1 -> ns1 -> /user/ns1
   - /usre/ns2 -> ns2 -> /user/ns2
   
   Suppose we disable default nameservice of the RBF cluster. If we try to get the file information of the path /user, RBF will throw one IOException to client due to can not find locations for path /user. 
   
   But as this case, RBF should should return one valid response to client, because /user has two sub mount point ns1 and ns2.
   




> RBF should support get the information about ancestor mount points
> ------------------------------------------------------------------
>
>                 Key: HDFS-16724
>                 URL: https://issues.apache.org/jira/browse/HDFS-16724
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: ZanderXu
>            Assignee: ZanderXu
>            Priority: Major
>
> Suppose RBF cluster have 2 nameservices and to mount point as below:
>  * /user/ns1 -> ns1 -> /user/ns1
>  * /usre/ns2 -> ns2 -> /user/ns2
> Suppose we disable default nameservice of the RBF cluster and try to getFileInfo of the path /user, RBF will throw one IOException to client due to can not find locations for path /user. 
> But as this case, RBF should should return one valid response to client, because /user has two sub mount point ns1 and ns2.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org