Move HADOOP-11361, HADOOP-12348 and HADOOP-12482 from 2.8.0 to 2.7.3 in CHANGES.txt for backporting.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c753617a Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c753617a Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c753617a Branch: refs/heads/yarn-2877 Commit: c753617a48bffed491b9ca7a5ca6b3d2df5721bf Parents: 47c79a2 Author: Tsuyoshi Ozawa <oz...@apache.org> Authored: Sat Nov 14 14:02:34 2015 +0900 Committer: Tsuyoshi Ozawa <oz...@apache.org> Committed: Sat Nov 14 14:43:34 2015 +0900 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c753617a/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 bed2ab7..796292c 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1101,9 +1101,6 @@ Release 2.8.0 - UNRELEASED HADOOP-11962. Sasl message with MD5 challenge text shouldn't be LOG out even in debug level. (Junping Du via wheat9) - HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. - (Brahma Reddy Battula via ozawa) - HADOOP-8174. Remove confusing comment in Path#isAbsolute() (Suresh Srinivas via vinayakumarb) @@ -1243,9 +1240,6 @@ Release 2.8.0 - UNRELEASED HADOOP-11797. releasedocmaker.py needs to put ASF headers on output (aw) - HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong - time unit parameter. (zxu via rkanter) - HADOOP-12087. [JDK8] Fix javadoc errors caused by incorrect or illegal tags. (Akira AJISAKA via stevel). @@ -1329,8 +1323,6 @@ Release 2.8.0 - UNRELEASED fails intermittently due to assumption that a lease error will be thrown. (Gaurav Kanade via cnauroth) - HADOOP-12482. Race condition in JMX cache update. (Tony Wu via lei) - HADOOP-12560: Fix sprintf warnings in {{DomainSocket.c}} introduced by HADOOP-12344 (Mingliang Liu via Colin P. McCabe) @@ -1443,6 +1435,14 @@ Release 2.7.3 - UNRELEASED HADOOP-12374. Updated expunge command description. (WeiWei Yang via eyang) + HADOOP-11361. Fix a race condition in MetricsSourceAdapter.updateJmxCache. + (Brahma Reddy Battula via ozawa) + + HADOOP-12348. MetricsSystemImpl creates MetricsSourceAdapter with wrong + time unit parameter. (zxu via rkanter) + + HADOOP-12482. Race condition in JMX cache update. (Tony Wu via lei) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES