HBASE-2551 Forward port fixes that are in branch but not in trunk (part of the merge of old 0.20 into TRUNK task)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@945437 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-05-17 23:38:19 +00:00
parent e553b2c34a
commit 064e9fe7ab
1 changed files with 2 additions and 0 deletions

View File

@ -596,6 +596,8 @@ Release 0.21.0 - Unreleased
HBASE-2340 Add end-to-end test of sync/flush (Forward-port from branch)
HBASE-2555 Get rid of HColumnDescriptor.MAPFILE_INDEX_INTERVAL
HBASE-2520 Cleanup arrays vs Lists of scanners (Todd Lipcon via Stack)
HBASE-2551 Forward port fixes that are in branch but not in trunk (part
of the merge of old 0.20 into TRUNK task)
NEW FEATURES