HBASE-2494 Does not apply new.name parameter to CopyTable

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-04-30 05:12:25 +00:00
parent 3b924fea46
commit f61b52bb45
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ Release 0.21.0 - Unreleased
(Todd Lipcon via Stack)
HBASE-2447 LogSyncer.addToSyncQueue doesn't check if syncer is still
running before waiting (Todd Lipcon via Stack)
HBASE-2494 Does not apply new.name parameter to CopyTable
(Yoonsik Oh via Stack)
HBASE-2481 Client is not getting UnknownScannerExceptions; they are
being eaten (Jean-Daniel Cryans via Stack)
HBASE-2448 Scanner threads are interrupted without acquiring lock properly