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 2018/11/17 06:38:24 UTC

[2/2] hbase git commit: HBASE-21493 update CHANGES.txt for 1.2.9 RC0

HBASE-21493 update CHANGES.txt for 1.2.9 RC0


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

Branch: refs/heads/branch-1.2
Commit: fd0d55b1e5ef54eb9bf60cce1f0a8e4c1da073ef
Parents: 2bcedca
Author: Sean Busbey <bu...@apache.org>
Authored: Sat Nov 17 00:37:00 2018 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Sat Nov 17 00:37:00 2018 -0600

----------------------------------------------------------------------
 CHANGES.txt | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fd0d55b1/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 4a7dee2..ef00846 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,25 @@
 HBase Change Log
 
 
+Release Notes - HBase - Version 1.2.9
+
+** Sub-task
+    * [HBASE-21347] - Backport HBASE-21200 "Memstore flush doesn't finish because of seekToPreviousRow() in memstore scanner." to branch-1
+
+** Bug
+    * [HBASE-20604] - ProtobufLogReader#readNext can incorrectly loop to the same position in the stream until the the WAL is rolled
+    * [HBASE-21357] - RS should abort if OOM in Reader thread
+    * [HBASE-21417] - Pre commit build is broken due to surefire plugin crashes
+    * [HBASE-21424] - Change flakies and nightlies so scheduled less often
+    * [HBASE-21445] - CopyTable by bulkload will write hfile into yarn's HDFS
+
+** Improvement
+    * [HBASE-21263] - Mention compression algorithm along with other storefile details
+
+** Task
+    * [HBASE-21493] - Release 1.2.9
+
+
 Release Notes - HBase - Version 1.2.8 2018/10/20
 
 ** Sub-task