From 22922782b7c1eda326e82cf82c00eb81f95a7cca Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 1 Sep 2010 20:15:19 +0000 Subject: [PATCH] HBASE-2692 Some more things that have been fixed by hbase-2692 git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991687 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9aaf59679ad..73aa37fb021 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -864,13 +864,14 @@ Release 0.21.0 - Unreleased major slowdown HBASE-1845 MultiGet, MultiDelete, and MultiPut - batched to the appropriate region servers (Marc Limotte via Ryan) - HBASE-2652 Open daughters immediately on parent's regionserver HBASE-2867 Have master show its address using hostname rather than IP + HBASE-2696 ZooKeeper cleanup and refactor + HBASE-2695 HMaster cleanup and refactor + HBASE-2692 Open daughters immediately on parent's regionserver HBASE-2405 Close, split, open of regions in RegionServer are run by a single thread only. HBASE-1676 load balancing on a large cluster doesn't work very well - NEW FEATURES HBASE-1961 HBase EC2 scripts HBASE-1982 [EC2] Handle potentially large and uneven instance startup times