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 2014/09/28 22:12:50 UTC

git commit: CHANGES.txt, pom.xml for 0.94.24RC0

Repository: hbase
Updated Branches:
  refs/heads/0.94 ec6ea58df -> e8e7d71ad


CHANGES.txt, pom.xml for 0.94.24RC0


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e8e7d71a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e8e7d71a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e8e7d71a

Branch: refs/heads/0.94
Commit: e8e7d71ada4db6b1ca9dc53d50dfc0bb59155103
Parents: ec6ea58
Author: Lars Hofhansl <la...@apache.org>
Authored: Sun Sep 28 13:12:24 2014 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Sun Sep 28 13:12:24 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 26 ++++++++++++++++++++++++++
 pom.xml     |  2 +-
 2 files changed, 27 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e8e7d71a/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index cd1485b..ab23bc2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,30 @@
 HBase Change Log
+Release 0.94.24 - 09/28/2014
+Sub-task
+
+    [HBASE-11923] - Potential race condition in RecoverableZookeeper.checkZk()
+    [HBASE-11963] - Synchronize peer cluster replication connection attempts
+    [HBASE-12023] - HRegion.applyFamilyMapToMemstore creates too many iterator objects.
+    [HBASE-12077] - FilterLists create many ArrayList$Itr objects per row.
+
+Bug
+
+    [HBASE-11405] - Multiple invocations of hbck in parallel disables balancer permanently
+    [HBASE-11957] - Backport to 0.94 HBASE-5974 Scanner retry behavior with RPC timeout on next() seems incorrect
+    [HBASE-12019] - hbase-daemon.sh overwrite HBASE_ROOT_LOGGER and HBASE_SECURITY_LOGGER variables
+    [HBASE-12020] - String formatting on each RPC Invoke
+    [HBASE-12022] - Payloads on Failure attempt to serialize the byte[] into strings.
+
+Improvement
+
+    [HBASE-12090] - Bytes: more Unsafe, more Faster
+
+Task
+
+    [HBASE-12103] - Backport HFileV1Detector to 0.94
+    [HBASE-12113] - Backport to 0.94: HBASE-5525 Truncate and preserve region boundaries option
+
+
 Release 0.94.23 - 08/26/2014
 Bug
 

http://git-wip-us.apache.org/repos/asf/hbase/blob/e8e7d71a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aab0590..d90f121 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
   <groupId>org.apache.hbase</groupId>
   <artifactId>hbase</artifactId>
   <packaging>jar</packaging>
-  <version>0.94.24-SNAPSHOT</version>
+  <version>0.94.24</version>
   <name>HBase</name>
   <description>
     HBase is the &amp;lt;a href="http://hadoop.apache.org"&amp;rt;Hadoop&lt;/a&amp;rt; database. Use it when you need