You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by la...@apache.org on 2012/09/21 23:57:27 UTC

svn commit: r1388701 - /hbase/branches/0.94/CHANGES.txt

Author: larsh
Date: Fri Sep 21 21:57:26 2012
New Revision: 1388701

URL: http://svn.apache.org/viewvc?rev=1388701&view=rev
Log:
CHANGES.txt for 0.94.2RC1, accomodate yet more commits

Modified:
    hbase/branches/0.94/CHANGES.txt

Modified: hbase/branches/0.94/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/CHANGES.txt?rev=1388701&r1=1388700&r2=1388701&view=diff
==============================================================================
--- hbase/branches/0.94/CHANGES.txt (original)
+++ hbase/branches/0.94/CHANGES.txt Fri Sep 21 21:57:26 2012
@@ -79,6 +79,7 @@ Bug
     [HBASE-6842] - the jar used in coprocessor is not deleted in local which will exhaust the space of /tmp
     [HBASE-6844] - upgrade 0.23 version dependency in 0.94
     [HBASE-6847] - HBASE-6649 broke replication
+    [HBASE-6858] - Fix the incorrect BADVERSION checking in the recoverable zookeeper
 
 Improvement
 
@@ -96,6 +97,7 @@ Improvement
     [HBASE-6586] - Quarantine Corrupted HFiles with hbck
     [HBASE-6643] - Accept encoded region name in compacting/spliting region from shell
     [HBASE-6644] - HBaseAdmin.createTable should wait more till table is enabled.
+    [HBASE-6860] - [replication] HBASE-6550 is too aggressive, DDOSes .META.
 
 New Feature