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 st...@apache.org on 2008/11/25 23:43:18 UTC

svn commit: r720632 - /hadoop/core/trunk/CHANGES.txt

Author: stack
Date: Tue Nov 25 14:43:18 2008
New Revision: 720632

URL: http://svn.apache.org/viewvc?rev=720632&view=rev
Log:
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)

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=720632&r1=720631&r2=720632&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Nov 25 14:43:18 2008
@@ -144,10 +144,6 @@
     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 @@
     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