zhu created HDFS-16011: -------------------------- Summary: HDFS: Support viewfs nested mount Key: HDFS-16011 URL: https://issues.apache.org/jira/browse/HDFS-16011 Project: Hadoop HDFS Issue Type: Improvement Components: hdfs Affects Versions: 3.2.2, 3.3.1 Reporter: zhu Assignee: zhu
The current viewfs does not support nested mount points. The current viewfs does not support nested mount points. *E.g:* 1./home/ => /home/ 2./home/work => /home/work If mount point 1 is loaded, mount point 2 cannot be added, and the following exception will be thrown when loading 2 {code:java} throw new FileAlreadyExistsException("Path " + nextInode.fullPath + " already exists as link"); {code} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org