You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2011/06/28 21:39:13 UTC

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

Author: tedyu
Date: Tue Jun 28 19:39:13 2011
New Revision: 1140808

URL: http://svn.apache.org/viewvc?rev=1140808&view=rev
Log:
HBASE-3534 Action should not store or serialize regionName
  moved to incompatible changes section of CHANGES.txt


Modified:
    hbase/trunk/CHANGES.txt

Modified: hbase/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/trunk/CHANGES.txt?rev=1140808&r1=1140807&r2=1140808&view=diff
==============================================================================
--- hbase/trunk/CHANGES.txt (original)
+++ hbase/trunk/CHANGES.txt Tue Jun 28 19:39:13 2011
@@ -13,6 +13,7 @@ Release 0.91.0 - Unreleased
    HBASE-451   Remove HTableDescriptor from HRegionInfo (Subbu M Iyer)
    HBASE-451   Remove HTableDescriptor from HRegionInfo
                addendum that fixes TestTableMapReduce
+   HBASE-3534 Action should not store or serialize regionName (Ted Yu)
 
   BUG FIXES
    HBASE-3280  YouAreDeadException being swallowed in HRS getMaster
@@ -137,7 +138,6 @@ Release 0.91.0 - Unreleased
                all tests
    HBASE-4024 Major compaction may not be triggered, even though region
               server log says it is triggered (Ted Yu)
-   HBASE-3534 Action should not store or serialize regionName (Ted Yu)
 
   IMPROVEMENTS
    HBASE-3290  Max Compaction Size (Nicolas Spiegelberg via Stack)