HBASE-2692 Added a few other issues to CHANGES.txt that have been closed because of HBASE-2692

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@991670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-01 19:47:58 +00:00
parent 177abe115f
commit 27e81edd9a
1 changed files with 7 additions and 1 deletions

View File

@ -863,7 +863,13 @@ Release 0.21.0 - Unreleased
HBASE-2922 HLog preparation and cleanup are done under the updateLock,
major slowdown
HBASE-1845 MultiGet, MultiDelete, and MultiPut - batched to the
appropriate region servers (Marc Limotte via Ryan)
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-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