From 5fe98f1184aeed8a0e796f625401f26d3d45bd60 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 4 Oct 2010 17:53:53 +0000 Subject: [PATCH] HBASE-3043 'hbase-daemon.sh stop regionserver' should kill compactions that are in progress git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1004336 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index d88d9d60bc8..07dbff3ca64 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1018,6 +1018,9 @@ Release 0.21.0 - Unreleased (Nicolas Spiegelberg via Stack) HBASE-2838 Replication metrics HBASE-3000 Add "hbase classpath" command to dump classpath + HBASE-3043 'hbase-daemon.sh stop regionserver' should kill compactions + that are in progress + (Nicolas Spiegelberg via Stack) OPTIMIZATIONS HBASE-410 [testing] Speed up the test suite