Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9F51182CC for ; Tue, 24 Nov 2015 11:05:16 +0000 (UTC) Received: (qmail 58000 invoked by uid 500); 24 Nov 2015 11:05:11 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 57925 invoked by uid 500); 24 Nov 2015 11:05:11 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 57712 invoked by uid 99); 24 Nov 2015 11:05:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 11:05:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 17D302C1F5D for ; Tue, 24 Nov 2015 11:05:11 +0000 (UTC) Date: Tue, 24 Nov 2015 11:05:11 +0000 (UTC) From: "Tsuyoshi Ozawa (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-9451) TestFsPermission#testDeprecatedUmask is broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-9451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15024273#comment-15024273 ] Tsuyoshi Ozawa commented on HDFS-9451: -------------------------------------- LGTM, pending for Jenkins. > 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 > > > 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)