Repository: hadoop Updated Branches: refs/heads/branch-2 aadcaf4f3 -> 81cda7608
Update CHANGES.txt for commit of HADOOP-12107 to branch-2.7 and branch-2.6 (cherry picked from commit 651c23e8ef8aeafd999249ce57b31e689bd2ece6) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/86456b01 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/86456b01 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/86456b01 Branch: refs/heads/branch-2 Commit: 86456b01eb112091dcbec0ca2d2c091a620ce055 Parents: aadcaf4 Author: Jason Lowe <[email protected]> Authored: Thu Jan 14 23:41:14 2016 +0000 Committer: Jason Lowe <[email protected]> Committed: Thu Jan 14 23:42:58 2016 +0000 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/86456b01/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 d425634..f18d85c 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -1022,6 +1022,9 @@ Release 2.7.3 - UNRELEASED HADOOP-12588. Fix intermittent test failure of TestGangliaMetrics. (Masatake Iwasaki via aajisaka) + HADOOP-12107. long running apps may have a huge number of StatisticsData + instances under FileSystem (Sangjin Lee via Ming Ma) + Release 2.7.2 - UNRELEASED INCOMPATIBLE CHANGES @@ -1843,6 +1846,9 @@ Release 2.6.4 - UNRELEASED HADOOP-11252. RPC client does not time out by default. (Wilfred Spiegelenburg and Masatake Iwasaki via aajisaka) + HADOOP-12107. long running apps may have a huge number of StatisticsData + instances under FileSystem (Sangjin Lee via Ming Ma) + Release 2.6.3 - 2015-12-17 INCOMPATIBLE CHANGES
