Author: stack
Date: Tue Jul 28 12:12:17 2009
New Revision: 798499
URL: http://svn.apache.org/viewvc?rev=798499&view=rev
Log:
HBASE-1647 Filter#filterRow is called too often, filters rows it shouldn't have
Modified:
hadoop/hbase/trunk/CHANGES.txt
Modified: hadoop/hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=798499&r1=798498&r2=798499&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Tue Jul 28 12:12:17 2009
@@ -296,7 +296,7 @@
HBASE-1703 ICVs across /during a flush can cause multiple keys with the
same TS (bad)
HBASE-1647 Filter#filterRow is called too often, filters rows it
- shouldn't have
+ shouldn't have (DoÄacan Güney via Ryan Rawson and Stack)
IMPROVEMENTS
HBASE-1089 Add count of regions on filesystem to master UI; add percentage