You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2010/04/16 19:53:40 UTC

svn commit: r935006 - /hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt

Author: stack
Date: Fri Apr 16 17:53:40 2010
New Revision: 935006

URL: http://svn.apache.org/viewvc?rev=935006&view=rev
Log:
Fix issue number, changed hbase-2034 to hbase-2023

Modified:
    hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt

Modified: hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt?rev=935006&r1=935005&r2=935006&view=diff
==============================================================================
--- hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt (original)
+++ hadoop/hbase/branches/0.20_pre_durability/CHANGES.txt Fri Apr 16 17:53:40 2010
@@ -32,7 +32,7 @@ Release 0.20.4 - Thu Apr 15 16:29:44 PDT
                half-written hfile (Ruslan Salyakhov via Stack)
    HBASE-2288  Shell fails on alter
    HBASE-2293  CME in RegionManager#isMetaServer
-   HBASE-2034  Client sync block can cause 1 thread of a multi-threaded client
+   HBASE-2023  Client sync block can cause 1 thread of a multi-threaded client
                to block all others (Karthik Ranganathan via Stack)
    HBASE-2355  Unsynchronized logWriters map is mutated from several threads in
                HLog splitting (Todd Lipcon via Andrew Purtell)