[
https://issues.apache.org/jira/browse/HDFS-14686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16898588#comment-16898588
]
Hudson commented on HDFS-14686:
-------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #17022 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/17022/])
HDFS-14686. HttpFS: HttpFSFileSystem#getErasureCodingPolicy always (weichiu:
rev 17e8cf501b384af93726e4f2e6f5e28c6e3a8f65)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/web/JsonUtilClient.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/fs/http/client/BaseTestHttpFSWith.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/server/FSOperations.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/fs/http/client/HttpFSFileSystem.java
> HttpFS: HttpFSFileSystem#getErasureCodingPolicy always returns null
> -------------------------------------------------------------------
>
> Key: HDFS-14686
> URL: https://issues.apache.org/jira/browse/HDFS-14686
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: httpfs
> Affects Versions: 3.2.0
> Reporter: Siyao Meng
> Assignee: Siyao Meng
> Priority: Major
> Fix For: 3.3.0
>
>
> The root cause is that *FSOperations#contentSummaryToJSON* doesn't parse
> *ContentSummary.erasureCodingPolicy* into the json.
> The expected behavior is that *HttpFSFileSystem#getErasureCodingPolicy*
> should at least return "" (empty string, for directories or symlinks), or
> "Replicated" (for non-EC files), "RS-6-3-1024k", etc.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]