From 8ffed175ef7c65ff1c9cd0b682c5c02830053b80 Mon Sep 17 00:00:00 2001 From: Zhihong Yu Date: Tue, 28 Jun 2011 19:39:13 +0000 Subject: [PATCH] HBASE-3534 Action should not store or serialize regionName moved to incompatible changes section of CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1140808 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4f1f1daac2d..a89a922df14 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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)