소스 검색

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