From 86468b381f2d33a0be1abc52d6e135ecc5afa922 Mon Sep 17 00:00:00 2001 From: Nicolas Spiegelberg Date: Tue, 1 Nov 2011 21:26:16 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index f235302b005..3bffc8b02b1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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