YARN-2461. Fix PROCFS_USE_SMAPS_BASED_RSS_ENABLED property in YarnConfiguration. (rchiang via rkanter)
This commit is contained in:
parent
9cdaec6a6f
commit
3c72f54ef5
@ -189,6 +189,9 @@ Release 2.7.0 - UNRELEASED
|
||||
YARN-2874. Dead lock in "DelegationTokenRenewer" which blocks RM to execute
|
||||
any further apps. (Naganarasimha G R via kasha)
|
||||
|
||||
YARN-2461. Fix PROCFS_USE_SMAPS_BASED_RSS_ENABLED property in
|
||||
YarnConfiguration. (rchiang via rkanter)
|
||||
|
||||
Release 2.6.0 - 2014-11-18
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
@ -819,7 +819,7 @@ private static void addDeprecatedKeys() {
|
||||
public static final String NM_CONTAINER_MON_PROCESS_TREE =
|
||||
NM_PREFIX + "container-monitor.process-tree.class";
|
||||
public static final String PROCFS_USE_SMAPS_BASED_RSS_ENABLED = NM_PREFIX +
|
||||
".container-monitor.procfs-tree.smaps-based-rss.enabled";
|
||||
"container-monitor.procfs-tree.smaps-based-rss.enabled";
|
||||
public static final boolean DEFAULT_PROCFS_USE_SMAPS_BASED_RSS_ENABLED =
|
||||
false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user