Repository: hadoop Updated Branches: refs/heads/trunk 5c9a51f14 -> 58e9bf4b9
YARN-2841: Correct fix version from branch-2.6 to branch-2.7 in the change log. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/58e9bf4b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/58e9bf4b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/58e9bf4b Branch: refs/heads/trunk Commit: 58e9bf4b908e0b21309006eba49899b092f38071 Parents: 5c9a51f Author: Xuan <[email protected]> Authored: Mon Nov 10 18:31:25 2014 -0800 Committer: Xuan <[email protected]> Committed: Mon Nov 10 18:31:25 2014 -0800 ---------------------------------------------------------------------- hadoop-yarn-project/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/58e9bf4b/hadoop-yarn-project/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index e134d6b..9bb016d 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -72,6 +72,8 @@ Release 2.7.0 - UNRELEASED YARN-2713. "RM Home" link in NM should point to one of the RMs in an HA setup. (kasha) + YARN-2841. RMProxy should retry EOFException. (Jian He via xgong) + Release 2.6.0 - 2014-11-15 INCOMPATIBLE CHANGES @@ -929,8 +931,6 @@ Release 2.6.0 - 2014-11-15 consistent with the (somewhat incorrect) behaviour in the non-recovery case. (Jian He via vinodkv) - YARN-2841. RMProxy should retry EOFException. (Jian He via xgong) - Release 2.5.2 - 2014-11-10 INCOMPATIBLE CHANGES
