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/04/23 22:34:44 UTC

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

Author: stack
Date: Thu Apr 23 20:34:44 2009
New Revision: 768043

URL: http://svn.apache.org/viewvc?rev=768043&view=rev
Log:
HBASE-1292  php thrift's getRow() would throw an exception if the row does not exist

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=768043&r1=768042&r2=768043&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Thu Apr 23 20:34:44 2009
@@ -84,6 +84,8 @@
    HBASE-1338  lost use of compaction.dir; we were compacting into live store
                subdirectory
    HBASE-1058  Prevent runaway compactions
+   HBASE-1292  php thrift's getRow() would throw an exception if the row does
+               not exist (Rong-en Fan via Stack)
 
   IMPROVEMENTS
    HBASE-1089  Add count of regions on filesystem to master UI; add percentage