Fixed CHANGES file for HBASE-4532 & HBASE-4611

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1196288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nicolas Spiegelberg 2011-11-01 21:26:16 +00:00
parent 8742f64536
commit 86468b381f
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Release 0.93.0 - Unreleased
HBASE-4469 Avoid top row seek by looking up bloomfilter (liyin via jgray)
HBASE-4418 Show all the hbase configuration in the web ui
HBASE-4489 Better key splitting in RegionSplitter
HBASE-4532 Avoid top row seek by dedicated bloom filter for delete family bloom filter
HBASE-4626 Filters unnecessarily copy byte arrays (Lars H)
HBASE-4691 Remove more unnecessary byte[] copies from KeyValues (Lars H)
HBASE-4669 Add an option of using round-robin assignment for enabling table
@ -706,6 +707,7 @@ Release 0.92.0 - Unreleased
HBASE-4603 Uneeded sleep time for tests in
hbase.master.ServerManager#waitForRegionServers (nkeywal)
HBASE-4703 Improvements in tests (nkeywal)
HBASE-4611 Add support for Phabricator/Differential as an alternative code review tool
TASKS
HBASE-3559 Move report of split to master OFF the heartbeat channel