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/yarn-2877 Commit: 9086dd58c3fc391ffdc017a913e56d1801040c7a Parents: 5d00067 Author: Colin Patrick Mccabe <cmcc...@cloudera.com> Authored: Fri Feb 5 10:56:54 2016 -0800 Committer: Colin Patrick Mccabe <cmcc...@cloudera.com> 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. <property> <name>hadoop.workaround.non.threadsafe.getpwuid</name> - <value>false</value> + <value>true</value> <description>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