You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/06/28 01:32:31 UTC

svn commit: r1140373 - /hbase/trunk/CHANGES.txt

Author: stack
Date: Mon Jun 27 23:32:30 2011
New Revision: 1140373

URL: http://svn.apache.org/viewvc?rev=1140373&view=rev
Log:
Moved commits that were 0.90.4 fixes into 0.90.4 section

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1140373&r1=1140372&r2=1140373&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Mon Jun 27 23:32:30 2011
@@ -131,14 +131,8 @@ Release 0.91.0 - Unreleased
    HBASE-3889  NPE in Distributed Log Splitting (Anirudh Todi)
    HBASE-4000  You can't specify split points when you create a table in
                the shell (Joey Echeverria)
-   HBASE-4020  "testWritesWhileGetting" unit test needs to be fixed.
-               (Vandana Ayyalasomayajula via Ted Yu)
    HBASE-4029  Inappropriate checking of Logging Mode in HRegionServer
                (Akash Ashok via Ted Yu)
-   HBASE-4028  Hmaster crashes caused by splitting log.
-               (gaojinchao via Ted Yu)
-   HBASE-4035  Fix local-master-backup.sh - parameter order wrong
-               (Lars George via Ted Yu)
    HBASE-4037  Add timeout annotations to preempt surefire killing
                all tests
 
@@ -367,6 +361,12 @@ Release 0.90.4 - Unreleased
    HBASE-2077  NullPointerException with an open scanner that expired causing
                an immediate region server shutdown -- part 2.
    HBASE-4005  close_region bugs
+   HBASE-4028  Hmaster crashes caused by splitting log.
+               (gaojinchao via Ted Yu)
+   HBASE-4035  Fix local-master-backup.sh - parameter order wrong
+               (Lars George via Ted Yu)
+   HBASE-4020  "testWritesWhileGetting" unit test needs to be fixed.
+               (Vandana Ayyalasomayajula via Ted Yu)
 
 
   IMPROVEMENT