You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2016/01/16 01:10:57 UTC

[31/43] hadoop git commit: Update CHANGES.txt for commit of HADOOP-12107 to branch-2.7 and branch-2.6

Update CHANGES.txt for commit of HADOOP-12107 to branch-2.7 and branch-2.6


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/651c23e8
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/651c23e8
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/651c23e8

Branch: refs/heads/HDFS-1312
Commit: 651c23e8ef8aeafd999249ce57b31e689bd2ece6
Parents: e97cd4a
Author: Jason Lowe <jl...@apache.org>
Authored: Thu Jan 14 23:41:14 2016 +0000
Committer: Jason Lowe <jl...@apache.org>
Committed: Thu Jan 14 23:41:14 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/651c23e8/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 4ba91a2..6be370c 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -1649,6 +1649,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
@@ -2443,6 +2446,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