Repository: hadoop Updated Branches: refs/heads/branch-2 cdca460ad -> 08727287d
move YARN-4326/YARN-3849 from 2.8.0 to 2.7.3 Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/08727287 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/08727287 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/08727287 Branch: refs/heads/branch-2 Commit: 08727287dec9eb4be4cb6c281be33c44bee14a91 Parents: cdca460 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:11 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/08727287/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 664aae0..ffee6ff 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -792,9 +792,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) @@ -999,9 +996,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) @@ -1021,11 +1015,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)
