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 2010/05/29 02:42:20 UTC

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

Author: stack
Date: Sat May 29 00:42:19 2010
New Revision: 949329

URL: http://svn.apache.org/viewvc?rev=949329&view=rev
Log:
HBASE-2599 BaseScanner says "Current assignment of X is not valid" over and over for same region

Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=949329&r1=949328&r2=949329&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Sat May 29 00:42:19 2010
@@ -23,8 +23,6 @@ Release 0.21.0 - Unreleased
    HBASE-2541  Remove transactional contrib (Clint Morgan via Stack)
    HBASE-2542  Fold stargate contrib into core
    HBASE-2565  Remove contrib module from hbase
-   HBASE-2599  BaseScanner says "Current assignment of X is not valid" over
-               and over for same region
 
   BUG FIXES
    HBASE-1791  Timeout in IndexRecordWriter (Bradford Stephens via Andrew
@@ -649,6 +647,8 @@ Release 0.21.0 - Unreleased
    HBASE-2538  Work on repository order in pom (adding fbmirror to top,
                ibiblio on bottom)
    HBASE-2613  Remove the code around MSG_CALL_SERVER_STARTUP
+   HBASE-2599  BaseScanner says "Current assignment of X is not valid" over
+               and over for same region
 
   NEW FEATURES
    HBASE-1961  HBase EC2 scripts