From bfd6812b409c56269349db51b1bb5af7134a59c3 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Tue, 9 Mar 2010 20:15:13 +0000 Subject: [PATCH] HBASE-2295 Row locks may deadlock with themselves git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@921094 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index f159da6265c..c69524025c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,7 +13,7 @@ Release 0.21.0 - Unreleased HBASE-2219 stop using code mapping for method names in the RPC HBASE-1728 Column family scoping and cluster identification HBASE-2099 Move build to Maven (Paul Smith via Stack) - HBASE-2260 Remove all traces of Ant and Ivy (Lars Francke via Stack) + HBASE-2260 Remove all traces of Ant and Ivy (Lars Francke via Stack) BUG FIXES HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew