HBASE-2023 Client sync block can cause 1 thread of a multi-threaded client to block all others

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@922162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-03-12 07:22:17 +00:00
parent 4770ea178a
commit 3098604a01
1 changed files with 2 additions and 0 deletions

View File

@ -236,6 +236,8 @@ Release 0.21.0 - Unreleased
HBASE-2269 PerformanceEvaluation "--nomapred" may assign duplicate random
seed over multiple testing threads (Tatsuya Kawano via Stack)
HBASE-2287 TypeError in shell (Alexey Kovyrin via Stack)
HBASE-2023 Client sync block can cause 1 thread of a multi-threaded client
to block all others (Karthik Ranganathan via Stack)
IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable