HBASE-1292 php thrift's getRow() would throw an exception if the row does not exist

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@768043 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-04-23 20:34:44 +00:00
parent 32e69c9188
commit 2beff0104d
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ Release 0.20.0 - Unreleased
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