HADOOP-12766. The default value of "hadoop.workaround.non.threadsafe.getpwuid" is different between core-default.xml and NativeIO.java (Akira AJISAKA via cmccabe)
This commit is contained in:
parent
5d00067ca7
commit
9086dd58c3
@ -1667,6 +1667,10 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HADOOP-12771. Fix typo in JvmPauseMonitor#getNumGcWarnThreadholdExceeded.
|
HADOOP-12771. Fix typo in JvmPauseMonitor#getNumGcWarnThreadholdExceeded.
|
||||||
(Xiaobing Zhou via xyao)
|
(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
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -429,7 +429,7 @@ for ldap providers in the same way as above does.
|
|||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.workaround.non.threadsafe.getpwuid</name>
|
<name>hadoop.workaround.non.threadsafe.getpwuid</name>
|
||||||
<value>false</value>
|
<value>true</value>
|
||||||
<description>Some operating systems or authentication modules are known to
|
<description>Some operating systems or authentication modules are known to
|
||||||
have broken implementations of getpwuid_r and getpwgid_r, such that these
|
have broken implementations of getpwuid_r and getpwgid_r, such that these
|
||||||
calls are not thread-safe. Symptoms of this problem include JVM crashes
|
calls are not thread-safe. Symptoms of this problem include JVM crashes
|
||||||
|
Loading…
Reference in New Issue
Block a user