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/10/12 13:55:45 UTC

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

HBASE-21302 update CHANGES.txt for 1.2.8 RC0


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

Branch: refs/heads/branch-1.2
Commit: 56d38a088319413dc3a70e90b1b8e655c6a22340
Parents: 599cf39
Author: Sean Busbey <bu...@apache.org>
Authored: Fri Oct 12 08:54:50 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Oct 12 08:54:50 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/56d38a08/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 509df1c..6a6edd3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,28 @@
 HBase Change Log
 
 
+Release Notes - HBase - Version 1.2.8
+
+** Sub-task
+    * [HBASE-21189] - flaky job should gather machine stats
+
+** Bug
+    * [HBASE-20307] - LoadTestTool prints too much zookeeper logging
+    * [HBASE-21158] - Empty qualifier cell is always returned when using QualifierFilter
+    * [HBASE-21166] - Creating a CoprocessorHConnection re-retrieves the cluster id from ZK
+    * [HBASE-21179] - Fix the number of actions in responseTooSlow log
+    * [HBASE-21203] - TestZKMainServer#testCommandLineWorks won't pass with default 4lw whitelist
+    * [HBASE-21228] - Memory leak since AbstractFSWAL caches Thread object and never clean later
+
+** Improvement
+    * [HBASE-21103] - nightly test cache of yetus install needs to be more thorough in verification
+    * [HBASE-21185] - WALPrettyPrinter: Additional useful info to be printed by wal printer tool, for debugability purposes
+
+** Task
+    * [HBASE-21168] - BloomFilterUtil uses hardcoded randomness
+    * [HBASE-21302] - Release 1.2.8
+
+
 Release Notes - HBase - Version 1.2.7 2018/09/16
 
 ** Sub-task