HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync multiple times (Contributed by zhihai xu) Moved CHANGES.txt entry to 2.7.2
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/d336d195 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/d336d195 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/d336d195 Branch: refs/heads/YARN-2928 Commit: d336d195f0e5ae10270f7c3e91a289867ee09afd Parents: 7ee2165 Author: Vinayakumar B <[email protected]> Authored: Tue Jul 7 18:13:35 2015 +0530 Committer: Zhijie Shen <[email protected]> Committed: Mon Jul 13 11:43:26 2015 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/d336d195/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 5d11db9..ee96eee 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -930,9 +930,6 @@ Release 2.8.0 - UNRELEASED HADOOP-12164. Fix TestMove and TestFsShellReturnCode failed to get command name using reflection. (Lei (Eddy) Xu) - HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync - multiple times (zhihai xu via vinayakumarb) - HADOOP-12117. Potential NPE from Configuration#loadProperty with allowNullValueProperties set. (zhihai xu via vinayakumarb) @@ -948,6 +945,9 @@ Release 2.7.2 - UNRELEASED BUG FIXES + HADOOP-12186. ActiveStandbyElector shouldn't call monitorLockNodeAsync + multiple times (zhihai xu via vinayakumarb) + Release 2.7.1 - 2015-07-06 INCOMPATIBLE CHANGES
