You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jx...@apache.org on 2012/06/09 05:44:47 UTC

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

Author: jxiang
Date: Sat Jun  9 03:44:47 2012
New Revision: 1348315

URL: http://svn.apache.org/viewvc?rev=1348315&view=rev
Log:
HBASE-6190 TestPriorityCompactionQueue throws NPE

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=1348315&r1=1348314&r2=1348315&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Sat Jun  9 03:44:47 2012
@@ -2,7 +2,6 @@ HBase Change Log
 
 Release 0.90.7 - Unreleased
   BUG FIXES
-   HBASE-6190  TestPriorityCompactionQueue throws NPE 
    HBASE-5568  Multi concurrent flushcache() for one region could cause data loss (Chunhui)
    HBASE-5482  In 0.90, balancer algo leading to same region balanced twice and picking 
                same region with Src and Destination as same RS. (Ram)
@@ -35,6 +34,7 @@ Release 0.90.7 - Unreleased
    HBASE-6041  NullPointerException prevents the master from starting up (Jimmy Xiang)
    HBASE-6124  https://issues.apache.org/jira/secure/attachment/12530072/patch-0.90.txt (Jimmy Xiang)
    HBASE-5874  When 'fs.default.name' not configured, the hbck tool and Merge tool throws IllegalArgumentException (fulin wang)
+   HBASE-6190  TestPriorityCompactionQueue throws NPE 
 
   IMPROVEMENT
    HBASE-5588  Deprecate/remove AssignmentManager#clearRegionFromTransition