Author: stack
Date: Mon Apr 25 23:15:42 2011
New Revision: 1096632
URL: http://svn.apache.org/viewvc?rev=1096632&view=rev
Log:
Fixup where we write issues
Modified:
hbase/trunk/CHANGES.txt
Modified: hbase/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1096632&r1=1096631&r2=1096632&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Mon Apr 25 23:15:42 2011
@@ -86,7 +86,6 @@ Release 0.91.0 - Unreleased
(Prakash Khemani)
HBASE-3819 TestSplitLogWorker has too many SLWs running -- makes for
contention and occasional failures
- HBASE-3749 Master can't exit when open port failed (gaojinchao)
IMPROVEMENTS
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
@@ -247,6 +246,7 @@ Release 0.90.3 - Unreleased
(Harsh J Chouraria)
HBASE-3634 Fix JavaDoc for put(List<Put> puts) in HTableInterface
(Harsh J Chouraria)
+ HBASE-3749 Master can't exit when open port failed (gaojinchao)
IMPROVEMENTS
HBASE-3747 ReplicationSource should differanciate remote and local
exceptions