Author: stack
Date: Wed Sep 1 19:47:58 2010
New Revision: 991670
URL: http://svn.apache.org/viewvc?rev=991670&view=rev
Log:
HBASE-2692 Added a few other issues to CHANGES.txt that have been closed
because of HBASE-2692
Modified:
hbase/trunk/CHANGES.txt
Modified: hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=991670&r1=991669&r2=991670&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Wed Sep 1 19:47:58 2010
@@ -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