HBASE-2448 Scanner threads are interrupted without acquiring lock properly

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@937650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-04-24 17:15:44 +00:00
parent 98290fec40
commit 2efdd9d54f
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,8 @@ Release 0.21.0 - Unreleased
running before waiting (Todd Lipcon 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
(Todd Lipcon via Stack)
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable