Repository: hadoop Updated Branches: refs/heads/trunk 2346fa314 -> a30eccb38
move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3 (cherry picked from commit 08727287dec9eb4be4cb6c281be33c44bee14a91) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/a30eccb3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/a30eccb3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/a30eccb3 Branch: refs/heads/trunk Commit: a30eccb38c83b20af5d0705f9834165b74468314 Parents: 2346fa3 Author: Wangda Tan <[email protected]> Authored: Fri Nov 20 16:42:11 2015 -0800 Committer: Wangda Tan <[email protected]> Committed: Fri Nov 20 16:42:42 2015 -0800 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/a30eccb3/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index ae23759..9de331c 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -844,9 +844,6 @@ Release 2.8.0 - UNRELEASED YARN-3888. ApplicationMaster link is broken in RM WebUI when appstate is NEW. (Bibin A Chundatt via xgong) - YARN-3849. Too much of preemption activity causing continuos killing of - containers across queues. (Sunil G via wangda) - YARN-3917. getResourceCalculatorPlugin for the default should intercept all exceptions. (gera) @@ -1051,9 +1048,6 @@ Release 2.8.0 - UNRELEASED YARN-4127. RM fail with noAuth error if switched from failover to non-failover. (Varun Saxena via jianhe) - YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer - binds to default port 8188. (Meng Ding via wangda) - YARN-4345. yarn rmadmin -updateNodeResource doesn't work (Junping Du via jlowe) @@ -1071,11 +1065,17 @@ Release 2.7.3 - UNRELEASED BUG FIXES + YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer + binds to default port 8188. (Meng Ding via wangda) + YARN-4347. Resource manager fails with Null pointer exception. (Jian He via wangda) YARN-4374. RM capacity scheduler UI rounds user limit factor (Chang Li via jlowe) + YARN-3849. Too much of preemption activity causing continuos killing of + containers across queues. (Sunil G via wangda) + YARN-3769. Consider user limit when calculating total pending resource for preemption policy in Capacity Scheduler. (Eric Payne via wangda)
