Author: stack
Date: Tue Sep 27 18:43:52 2011
New Revision: 1176516

URL: http://svn.apache.org/viewvc?rev=1176516&view=rev
Log:
HBASE-4433: avoid extra next (potentially a seek) if done with column/row

Modified:
    hbase/branches/0.92/CHANGES.txt

Modified: hbase/branches/0.92/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1176516&r1=1176515&r2=1176516&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Tue Sep 27 18:43:52 2011
@@ -300,6 +300,8 @@ Release 0.92.0 - Unreleased
    HBASE-4468  Wrong resource name in an error massage: webapps instead of
                hbase-webapps (nkeywal)
    HBASE-4472  MiniHBaseCluster.shutdown() doesn't work if no active master
+   HBASE-4433  avoid extra next (potentially a seek) if done with column/row
+               (Kannan Muthukkaruppan)
 
   IMPROVEMENTS
    HBASE-3290  Max Compaction Size (Nicolas Spiegelberg via Stack)  
@@ -634,8 +636,6 @@ Release 0.90.5 - Unreleased
                (Lars Hofhansl)
    HBASE-4295  rowcounter does not return the correct number of rows in
                certain circumstances (David Revell)
-   HBASE-4433  avoid extra next (potentially a seek) if done with column/row
-               (Kannan Muthukkaruppan)
 
   IMPROVEMENT
    HBASE-4205  Enhance HTable javadoc (Eric Charles)


Reply via email to