Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 928DF1805F for ; Fri, 5 Feb 2016 18:57:21 +0000 (UTC) Received: (qmail 2351 invoked by uid 500); 5 Feb 2016 18:57:21 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 2280 invoked by uid 500); 5 Feb 2016 18:57:21 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 2271 invoked by uid 99); 5 Feb 2016 18:57:21 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Feb 2016 18:57:21 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id ECB0BDFF96; Fri, 5 Feb 2016 18:57:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cmccabe@apache.org To: common-commits@hadoop.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-12766. The default value of "hadoop.workaround.non.threadsafe.getpwuid" is different between core-default.xml and NativeIO.java (Akira AJISAKA via cmccabe) Date: Fri, 5 Feb 2016 18:57:20 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk 5d00067ca -> 9086dd58c HADOOP-12766. The default value of "hadoop.workaround.non.threadsafe.getpwuid" is different between core-default.xml and NativeIO.java (Akira AJISAKA via cmccabe) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9086dd58 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9086dd58 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9086dd58 Branch: refs/heads/trunk Commit: 9086dd58c3fc391ffdc017a913e56d1801040c7a Parents: 5d00067 Author: Colin Patrick Mccabe Authored: Fri Feb 5 10:56:54 2016 -0800 Committer: Colin Patrick Mccabe Committed: Fri Feb 5 10:56:54 2016 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 4 ++++ .../hadoop-common/src/main/resources/core-default.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9086dd58/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index a6f54e4..b1514d7 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1667,6 +1667,10 @@ Release 2.8.0 - UNRELEASED HADOOP-12771. Fix typo in JvmPauseMonitor#getNumGcWarnThreadholdExceeded. (Xiaobing Zhou via xyao) + HADOOP-12766. The default value of + "hadoop.workaround.non.threadsafe.getpwuid" is different between + core-default.xml and NativeIO.java (Akira AJISAKA via cmccabe) + Release 2.7.3 - UNRELEASED INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/9086dd58/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index ed3802f..ceae3ed 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -429,7 +429,7 @@ for ldap providers in the same way as above does. hadoop.workaround.non.threadsafe.getpwuid - false + true Some operating systems or authentication modules are known to have broken implementations of getpwuid_r and getpwgid_r, such that these calls are not thread-safe. Symptoms of this problem include JVM crashes