You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2016/10/25 22:33:22 UTC

hbase git commit: HBASE-15748 update CHANGES.txt for additional changes in RC1.

Repository: hbase
Updated Branches:
  refs/heads/branch-1.2 6542d651b -> 67592f3d0


HBASE-15748 update CHANGES.txt for additional changes in RC1.


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

Branch: refs/heads/branch-1.2
Commit: 67592f3d062743907f8c5ae00dbbe1ae4f69e5af
Parents: 6542d65
Author: Sean Busbey <bu...@apache.org>
Authored: Tue Oct 25 09:10:03 2016 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Oct 25 17:32:50 2016 -0500

----------------------------------------------------------------------
 CHANGES.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/67592f3d/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index a46894c..d834930 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,7 +1,7 @@
 HBase Change Log
 
 
-Release Notes - HBase - Version 1.2.4 11/01/2016
+Release Notes - HBase - Version 1.2.4
 
 ** Sub-task
     * [HBASE-14734] - BindException when setting up MiniKdc
@@ -37,8 +37,11 @@ Release Notes - HBase - Version 1.2.4 11/01/2016
     * [HBASE-16807] - RegionServer will fail to report new active Hmaster until HMaster/RegionServer failover
     * [HBASE-16815] - Low scan ratio in RPC queue tuning triggers divide by zero exception
     * [HBASE-16824] - Writer.flush() can be called on already closed streams in WAL roll
+    * [HBASE-16830] - RSRpcServices#openRegion() should handle the case where table descriptor is null
     * [HBASE-16870] - Add the metrics of replication sources which were transformed from other dead rs to ReplicationLoad
     * [HBASE-16889] - Proc-V2: verifyTables in the IntegrationTestDDLMasterFailover test after each table DDL is incorrect
+    * [HBASE-16931] - Setting cell's seqId to zero in compaction flow might cause RS down.
+    * [HBASE-16939] - ExportSnapshot: set owner and permission on right directory
 
 ** Improvement
     * [HBASE-15315] - Remove always set super user call as high priority