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/03/22 04:13:11 UTC

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

Author: stack
Date: Tue Mar 22 03:13:11 2011
New Revision: 1084061

URL: http://svn.apache.org/viewvc?rev=1084061&view=rev
Log:
HBASE-3621 The timeout handler in AssignmentManager does an RPC while holding lock on RIT; a big no-no

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1084061&r1=1084060&r2=1084061&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Tue Mar 22 03:13:11 2011
@@ -44,8 +44,6 @@ Release 0.91.0 - Unreleased
    HBASE-3641  LruBlockCache.CacheStats.getHitCount() is not using the
                correct variable
    HBASE-3532  HRegion#equals is broken (Ted Yu via Stack)
-   HBASE-3621  The timeout handler in AssignmentManager does an RPC while
-               holding lock on RIT; a big no-no (Ted Yu via Stack)
 
   IMPROVEMENTS
    HBASE-3290  Max Compaction Size (Nicolas Spiegelberg via Stack)  
@@ -157,6 +155,8 @@ Release 0.90.2 - Unreleased
                till 0.92; Race between split and OPENED processing
    HBASE-3674  Treat ChecksumException as we would a ParseException splitting
                logs; else we replay split on every restart
+   HBASE-3621  The timeout handler in AssignmentManager does an RPC while
+               holding lock on RIT; a big no-no (Ted Yu via Stack)
 
   IMPROVEMENTS
    HBASE-3542  MultiGet methods in Thrift