1
0
فهرست منبع

HBASE-3422 Ganglia counter metrics are all reported with the metric name value, so the counter values can not be seen (Moved comment from IMPROVEMENT to BUG to match issue)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@720632 13f79535-47bb-0310-9956-ffa450edef68
Michael Stack 16 سال پیش
والد
کامیت
24fe25346b
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      CHANGES.txt

+ 4 - 4
CHANGES.txt

@@ -144,10 +144,6 @@ Trunk (unreleased changes)
     HADOOP-2774. Add counters tracking records spilled to disk in MapTask and
     ReduceTask. (Ravi Gummadi via cdouglas)
 
-    HADOOP-3422  Ganglia counter metrics are all reported with the metric
-    name "value", so the counter values can not be seen. (Jason Attributor
-    and Brian Bockelman via stack)
-
   OPTIMIZATIONS
 
     HADOOP-3293. Fixes FileInputFormat to do provide locations for splits
@@ -219,6 +215,10 @@ Trunk (unreleased changes)
     HADOOP-4676. Fix broken URL in blacklisted tasktrackers page. (Amareshwari
     Sriramadasu via cdouglas)
 
+    HADOOP-3422  Ganglia counter metrics are all reported with the metric
+    name "value", so the counter values can not be seen. (Jason Attributor
+    and Brian Bockelman via stack)
+
 Release 0.19.1 - Unreleased
 
   BUG FIXES