This is an automated email from the ASF dual-hosted git repository.
apurtell pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push:
new 76ab087 Update CHANGES.txt for 1.4.10RC1
76ab087 is described below
commit 76ab087819fe82ccf6f531096e18ad1bed079651
Author: Andrew Purtell <[email protected]>
AuthorDate: Wed Jun 5 15:38:49 2019 -0700
Update CHANGES.txt for 1.4.10RC1
---
CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGES.txt b/CHANGES.txt
index 360cf8c..f59daab 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -35,6 +35,7 @@ Release Notes - HBase - Version 1.4.10 6/14/2019
* [HBASE-21781] - list_deadservers elapsed time is incorrect
* [HBASE-21800] - RegionServer aborted due to NPE from MetaTableMetrics
coprocessor
* [HBASE-21915] - FileLink$FileLinkInputStream doesn't implement
CanUnbuffer
+ * [HBASE-21920] - Ignoring 'empty' end_key while calculating end_key for
new region in HBCK -fixHdfsOverlaps command can cause data loss
* [HBASE-21959] - CompactionTool should close the store it uses for
compacting files, in order to properly archive compacted files.
* [HBASE-21991] - Fix MetaMetrics issues - [Race condition, Faulty remove
logic], few improvements
* [HBASE-22045] - Mutable range histogram reports incorrect outliers
@@ -60,6 +61,7 @@ Release Notes - HBase - Version 1.4.10 6/14/2019
* [HBASE-22509] - Address findbugs/spotbugs complaints (branch-1.4)
* [HBASE-22518] - yetus personality is treating branch-1.4 like earlier
branches for hadoopcheck
* [HBASE-22533] - TestAccessController3 is flaky (branch-1)
+ * [HBASE-22540] - [Memstore] Correct counters in MemStoreChunkPool
** New Feature
* [HBASE-21815] - Make isTrackingMetrics and getMetrics of ScannerContext
public