Siyao Meng created HDFS-13886: --------------------------------- Summary: HttpFSFileSystem.getFileStatus() doesn't return "snapshot enabled" bit Key: HDFS-13886 URL: https://issues.apache.org/jira/browse/HDFS-13886 Project: Hadoop HDFS Issue Type: Bug Components: httpfs Affects Versions: 3.0.3, 3.1.1 Reporter: Siyao Meng Assignee: Siyao Meng
FSOperations.toJsonInner() doesn't check the "snapshot enabled" bit. Therefore, "fs.getFileStatus(path).isSnapshotEnabled()" will always return false for fs type HttpFSFileSystem/WebHdfsFileSystem/SWebhdfsFileSystem. Additional tests in BaseTestHttpFSWith will be added to prevent this from happening. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org