You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2010/04/30 23:42:03 UTC

svn commit: r939830 - /hadoop/hbase/trunk/CHANGES.txt

Author: jdcryans
Date: Fri Apr 30 21:42:03 2010
New Revision: 939830

URL: http://svn.apache.org/viewvc?rev=939830&view=rev
Log:
Fixed 2497's CHANGES.txt

Modified:
    hadoop/hbase/trunk/CHANGES.txt

Modified: hadoop/hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/trunk/CHANGES.txt?rev=939830&r1=939829&r2=939830&view=diff
==============================================================================
--- hadoop/hbase/trunk/CHANGES.txt (original)
+++ hadoop/hbase/trunk/CHANGES.txt Fri Apr 30 21:42:03 2010
@@ -20,8 +20,6 @@ Release 0.21.0 - Unreleased
    HBASE-2392  Upgrade to ZooKeeper 3.3.0
    HBASE-2294  Enumerate ACID properties of HBase in a well defined spec
                (Todd Lipcon via Stack)
-   HBASE-2497  ProcessServerShutdown throws NullPointerException for offline
-               regions
 
   BUG FIXES
    HBASE-1791  Timeout in IndexRecordWriter (Bradford Stephens via Andrew
@@ -297,6 +295,8 @@ Release 0.21.0 - Unreleased
                master.jsp moved under webapps/master(Cristian Ivascu via Stack)
    HBASE-2487  Uncaught exceptions in receiving IPC responses orphan clients
                (Todd Lipcon via Stack)
+   HBASE-2497  ProcessServerShutdown throws NullPointerException for offline
+               regiond (Miklos Kurucz via Stack)
    HBASE-2499  Race condition when disabling a table leaves regions in transition
 
   IMPROVEMENTS