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
This commit is contained in:
Michael Stack 2010-09-01 20:15:19 +00:00
parent 27e81edd9a
commit 22922782b7
1 changed files with 3 additions and 2 deletions

View File

@ -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