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/03/17 22:01:25 UTC

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

Author: stack
Date: Thu Mar 17 21:01:25 2011
New Revision: 1082694

URL: http://svn.apache.org/viewvc?rev=1082694&view=rev
Log:
HBASE-3595 get_counter broken in shell

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1082694&r1=1082693&r2=1082694&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Thu Mar 17 21:01:25 2011
@@ -41,7 +41,6 @@ Release 0.91.0 - Unreleased
    HBASE-3515  [replication] ReplicationSource can miss a log after RS comes
                out of GC
    HBASE-3665  tighten assertions for testBloomFilterSize
-   HBASE-3595  get_counter broken in shell
 
   IMPROVEMENTS
    HBASE-3290  Max Compaction Size (Nicolas Spiegelberg via Stack)  
@@ -143,6 +142,7 @@ Release 0.90.2 - Unreleased
    HBASE-3613  NPE in MemStoreFlusher
    HBASE-3650  HBA.delete can return too fast
    HBASE-3659  Fix TestHLog to pass on newer versions of Hadoop
+   HBASE-3595  get_counter broken in shell
 
   IMPROVEMENTS
    HBASE-3542  MultiGet methods in Thrift