From 3098604a01fdf3cd495a99007f959619e6e84c4d Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 12 Mar 2010 07:22:17 +0000 Subject: [PATCH] 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 --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 827e92bf40c..7be4bbba60f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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