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 2009/07/21 00:05:03 UTC

svn commit: r796041 - /hadoop/hbase/trunk/CHANGES.txt

Author: stack
Date: Mon Jul 20 22:05:03 2009
New Revision: 796041

URL: http://svn.apache.org/viewvc?rev=796041&view=rev
Log:
HBASE-1359 After a large truncating table HBase becomes unresponsive

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=796041&r1=796040&r2=796041&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon Jul 20 22:05:03 2009
@@ -276,6 +276,7 @@
    HBASE-1668  hbase-1609 broke TestHRegion.testScanSplitOnRegion unit test
    HBASE-1669  need dynamic extensibility of HBaseRPC code maps and interface
                lists (Clint Morgan via Stack)
+   HBASE-1359  After a large truncating table HBase becomes unresponsive
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage