Repository: hadoop Updated Branches: refs/heads/branch-2.8 6cfeb84a3 -> 4ab508ead
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/fe77cb1d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/fe77cb1d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/fe77cb1d Branch: refs/heads/branch-2.8 Commit: fe77cb1df0870fefd1b13426866a67db5e994444 Parents: 6cfeb84 Author: Jason Lowe <[email protected]> Authored: Thu Jan 14 23:41:14 2016 +0000 Committer: Jason Lowe <[email protected]> Committed: Thu Jan 14 23:43:09 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/fe77cb1d/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 2f50072..cd9e1fb 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -964,6 +964,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 @@ -1785,6 +1788,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
