From 58e9bf4b908e0b21309006eba49899b092f38071 Mon Sep 17 00:00:00 2001 From: Xuan Date: Mon, 10 Nov 2014 18:31:25 -0800 Subject: [PATCH] YARN-2841: Correct fix version from branch-2.6 to branch-2.7 in the change log. --- hadoop-yarn-project/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index e134d6bd78..9bb016dfeb 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