You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ra...@apache.org on 2012/01/26 09:31:56 UTC

svn commit: r1236069 - /hbase/branches/0.90/CHANGES.txt

Author: ramkrishna
Date: Thu Jan 26 08:31:55 2012
New Revision: 1236069

URL: http://svn.apache.org/viewvc?rev=1236069&view=rev
Log:
Moved HBASE-5137 fixed version from 0.90.5 to 0.90.6.

Modified:
    hbase/branches/0.90/CHANGES.txt

Modified: hbase/branches/0.90/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1236069&r1=1236068&r2=1236069&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Thu Jan 26 08:31:55 2012
@@ -41,6 +41,7 @@ Release 0.90.6 - Unreleased
                threads has exceptions. (Ram)
    HBASE-5243  LogSyncerThread not getting shutdown waiting for the interrupted flag (Ram)
    HBASE-5269  IllegalMonitorStateException while retryin HLog split in 0.90 branch. (Ram)
+   HBASE-5137  MasterFileSystem.splitLog() should abort even if waitOnSafeMode() throws IOException (Ram)
 
   IMPROVEMENT
    HBASE-5102  Change the default value of the property "hbase.connection.per.config" to false in
@@ -148,7 +149,7 @@ Release 0.90.5 - Dec 22, 2011
                (Chunhui Shen)
    HBASE-4773  HBaseAdmin may leak ZooKeeper connections (Xufeng)
    HBASE-4900  Fix javadoc warnings out on 0.90 branch
-   HBASE-5137  MasterFileSystem.splitLog() should abort even if waitOnSafeMode() throws IOException (Ram)
+
 
   IMPROVEMENT
    HBASE-4205  Enhance HTable javadoc (Eric Charles)