From 4bf60f2fdcb843edb5bf4d55e69ed27eebc4cf56 Mon Sep 17 00:00:00 2001 From: Jean-Daniel Cryans Date: Fri, 30 Apr 2010 21:42:03 +0000 Subject: [PATCH] Fixed 2497's CHANGES.txt git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939830 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 54d9b7167f9..3810b7507c2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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