You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/08/26 20:27:34 UTC

svn commit: r1162199 - /hbase/trunk/CHANGES.txt

Author: stack
Date: Fri Aug 26 18:27:34 2011
New Revision: 1162199

URL: http://svn.apache.org/viewvc?rev=1162199&view=rev
Log:
HBASE-4215 RS requestsPerSecond counter seems to be off

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1162199&r1=1162198&r2=1162199&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Fri Aug 26 18:27:34 2011
@@ -423,6 +423,7 @@ Release 0.91.0 - Unreleased
    HBASE-4039  Users should be able to choose custom TableInputFormats without
                modifying TableMapReduceUtil.initTableMapperJob() (Brock Noland)
    HBASE-4185  Add doc for new hfilev2 format
+   HBASE-4315  RS requestsPerSecond counter seems to be off (subramanian raghunathan)
 
   NEW FEATURES
    HBASE-2001  Coprocessors: Colocate user code with regions (Mingjie Lai via
@@ -484,7 +485,6 @@ Release 0.90.5 - Unreleased
   IMPROVEMENT
    HBASE-4205  Enhance HTable javadoc (Eric Charles)
    HBASE-4222  Make HLog more resilient to write pipeline failures
-   HBASE-4315  RS requestsPerSecond counter seems to be off (subramanian raghunathan)
 
 Release 0.90.4 - August 10, 2011