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/29 20:37:27 UTC

git commit: CHANGES.txt for 0.94.24RC1

Repository: hbase
Updated Branches:
  refs/heads/0.94 ffd3c383a -> a6d8e41cd


CHANGES.txt for 0.94.24RC1


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

Branch: refs/heads/0.94
Commit: a6d8e41cde8c93ed326d1ee95c40720d4530e6da
Parents: ffd3c38
Author: Lars Hofhansl <la...@apache.org>
Authored: Mon Sep 29 11:37:17 2014 -0700
Committer: Lars Hofhansl <la...@apache.org>
Committed: Mon Sep 29 11:37:17 2014 -0700

----------------------------------------------------------------------
 CHANGES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a6d8e41c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index ab23bc2..805e94f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
 HBase Change Log
-Release 0.94.24 - 09/28/2014
+Release 0.94.24 - 09/29/2014
 Sub-task
 
     [HBASE-11923] - Potential race condition in RecoverableZookeeper.checkZk()
@@ -14,6 +14,7 @@ Bug
     [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.
+    [HBASE-12114] - Meta table cache hashing may access the wrong table
 
 Improvement