[
https://issues.apache.org/jira/browse/HDFS-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15026984#comment-15026984
]
Wei-Chiu Chuang commented on HDFS-9451:
---------------------------------------
Most failures are due to file permission issue:
Error while running command to get file permissions : ExitCodeException
exitCode=137:
at org.apache.hadoop.util.Shell.runCommand(Shell.java:912)
at org.apache.hadoop.util.Shell.run(Shell.java:823)
at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1102)
at org.apache.hadoop.util.Shell.execCommand(Shell.java:1196)
at org.apache.hadoop.util.Shell.execCommand(Shell.java:1178)
at org.apache.hadoop.fs.FileUtil.execCommand(FileUtil.java:1081)
Let me check if they are related to this patch.
> TestFsPermission#testDeprecatedUmask is broken
> ----------------------------------------------
>
> Key: HDFS-9451
> URL: https://issues.apache.org/jira/browse/HDFS-9451
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Wei-Chiu Chuang
> Assignee: Wei-Chiu Chuang
> Attachments: HDFS-9451.001.patch, HDFS-9451.002.patch,
> HDFS-9451.003.patch, HDFS-9451.004.patch
>
>
> I noticed this test failed consistently since yesterday. The first failed
> jenkins job is
> https://builds.apache.org/job/Hadoop-common-trunk-Java8/723/changes, and from
> the change log:
> {noformat}
> Changes:
> [wheat9] HDFS-9402. Switch DataNode.LOG to use slf4j. Contributed by Walter
> Su.
> [wheat9] HADOOP-11218. Add TLSv1.1,TLSv1.2 to KMS, HttpFS, SSLFactory.
> [wheat9] HADOOP-12467. Respect user-defined JAVA_LIBRARY_PATH in Windows
> Hadoop
> [wheat9] HDFS-8914. Document HA support in the HDFS HdfsDesign.md.
> Contributed by
> [wheat9] HDFS-9153. Pretty-format the output for DFSIO. Contributed by Kai
> Zheng.
> [wheat9] HDFS-7796. Include X-editable for slick contenteditable fields in the
> [wheat9] HDFS-3302. Review and improve HDFS trash documentation. Contributed
> by
> [wheat9] HADOOP-12294. Remove the support of the deprecated dfs.umask.
> {noformat}
> HADOOP-12294 looks to be the most likely cause.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)