From 34d2fa085f8119c6d48043a54d2d3c4a22654299 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 21 Jun 2011 20:29:24 +0000 Subject: [PATCH] HBASE-3995 HBASE-3946 broke TestMasterFailover git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1138170 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 649f4a15535..0cc3f27b596 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -126,7 +126,6 @@ Release 0.91.0 - Unreleased HBASE-3963 Schedule all log-spliiting at startup all at once (mingjian) HBASE-3983 list command in shell seems broken HBASE-3793 HBASE-3468 Broke checkAndPut with null value (Ming Ma) - HBASE-3995 HBASE-3946 broke TestMasterFailover HBASE-3889 NPE in Distributed Log Splitting (Anirudh Todi) HBASE-4000 You can't specify split points when you create a table in the shell (Joey Echeverria) @@ -343,6 +342,7 @@ Release 0.90.4 - Unreleased HBASE-3948 Improve split/compact result page for RegionServer status page (Li Pi) HBASE-3988 Infinite loop for secondary master (Liyin Tang) + HBASE-3995 HBASE-3946 broke TestMasterFailover IMPROVEMENT