You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ayush Saxena (Jira)" <ji...@apache.org> on 2020/06/21 14:28:00 UTC

[jira] [Created] (HDFS-15426) Fix ContentSummary for mount links in ViewFileSystemOverloadScheme

Ayush Saxena created HDFS-15426:
-----------------------------------

             Summary: Fix ContentSummary for mount links in ViewFileSystemOverloadScheme
                 Key: HDFS-15426
                 URL: https://issues.apache.org/jira/browse/HDFS-15426
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: viewfs, viewfsOverloadScheme
            Reporter: Ayush Saxena


Ex. Mount Table has only two entries.  /dir/int

getContentSummary on / throws :
{noformat}
java.io.IOException: Internal implementation error: expected file name to be /	at org.apache.hadoop.fs.viewfs.ViewFileSystem$InternalDirOfViewFs.checkPathIsSlash(ViewFileSystem.java:1148)
	at org.apache.hadoop.fs.viewfs.ViewFileSystem$InternalDirOfViewFs.getFileStatus(ViewFileSystem.java:1215)
	at org.apache.hadoop.fs.FileSystem.getContentSummary(FileSystem.java:1788)
	at org.apache.hadoop.fs.FileSystem.getContentSummary(FileSystem.java:1799)
	at org.apache.hadoop.fs.viewfs.ViewFileSystem.getContentSummary(ViewFileSystem.java:892)
{noformat}
The getContentSummary on / gets /dir, /dir has isDirectory true, so again getContentSummary on /dir is called. But the filesystem is Internal View FS and expects the path to be / only



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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