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/e0febce0 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e0febce0 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e0febce0 Branch: refs/heads/HADOOP-12111 Commit: e0febce0e74ec69597376774f771da46834c42b1 Parents: c40bdb5 Author: Vinayakumar B <[email protected]> Authored: Tue Jul 7 18:13:35 2015 +0530 Committer: Vinayakumar B <[email protected]> Committed: Tue Jul 7 18:13:35 2015 +0530 ---------------------------------------------------------------------- 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/e0febce0/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
