HBASE-1869 IndexedTable delete fails when used in conjunction with RowLock()

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@819061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-09-25 23:15:18 +00:00
parent 4e446e7689
commit 3da4b6ff0d
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ Release 0.21.0 - Unreleased
HBASE-1865 0.20.0 TableInputFormatBase NPE
HBASE-1866 Scan(Scan) copy constructor does not copy value of
cacheBlocks
HBASE-1869 IndexedTable delete fails when used in conjunction with RowLock()
(Keith Thomas via Stack)
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable