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/10/06 00:15:06 UTC

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

Author: stack
Date: Mon Oct  5 22:15:06 2009
New Revision: 822052

URL: http://svn.apache.org/viewvc?rev=822052&view=rev
Log:
HBASE-1878 BaseScanner results can't be trusted at all (Related to hbase-1784)

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=822052&r1=822051&r2=822052&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Mon Oct  5 22:15:06 2009
@@ -56,6 +56,8 @@
                (Lars George via Stack)
    HBASE-1883  HRegion passes the wrong minSequenceNumber to
                doReconstructionLog (Clint Morgan via Stack)
+   HBASE-1878  BaseScanner results can't be trusted at all (Related to
+               hbase-1784)
 
   IMPROVEMENTS
    HBASE-1760  Cleanup TODOs in HTable