Author: stack
Date: Thu Dec 22 00:59:59 2011
New Revision: 1221974
URL: http://svn.apache.org/viewvc?rev=1221974&view=rev
Log:
HBASE-5087 Up the 0.92RC zk to 3.4.1RC0
Modified:
hbase/branches/0.92/CHANGES.txt
hbase/branches/0.92/pom.xml
Modified: hbase/branches/0.92/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1221974&r1=1221973&r2=1221974&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Thu Dec 22 00:59:59 2011
@@ -29,6 +29,8 @@ Release 0.92.0 - Unreleased
HBASE-3433 Remove the KV copy of every KV in Scan; introduced by
HBASE-3232 (Lars H)
HBASE-5006 Move hbase 0.92RC1 on to hadoop 1.0.0RC2
HBASE-5017 Bump the default hfile.block.cache.size because of HFileV2
+ HBASE-5066 Upgrade to zk 3.4.1
+ HBASE-5087 Up the 0.92RC zk to 3.4.1RC0
BUG FIXES
HBASE-3280 YouAreDeadException being swallowed in HRS getMaster
@@ -835,7 +837,6 @@ Release 0.92.0 - Unreleased
HBASE-4856 Upgrade zookeeper to 3.4.0 release
HBASE-4838 Port 2856 (TestAcidGuarantee is failing) to 0.92 (Lars H)
(original patch by Amitanand Aiyer and Nicolas)
- HBASE-5066 Upgrade to zk 3.4.1
NEW FEATURES
HBASE-2001 Coprocessors: Colocate user code with regions (Mingjie Lai via
Modified: hbase/branches/0.92/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1221974&r1=1221973&r2=1221974&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Thu Dec 22 00:59:59 2011
@@ -811,7 +811,7 @@
<slf4j.version>1.5.8</slf4j.version><!-- newer version available -->
<stax-api.version>1.0.1</stax-api.version>
<thrift.version>0.7.0</thrift.version>
- <zookeeper.version>3.4.1</zookeeper.version>
+ <zookeeper.version>3.4.2rc0</zookeeper.version>
<hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
<package.prefix>/usr</package.prefix>