This is an automated email from the ASF dual-hosted git repository.
psomogyi pushed a change to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/hbase.git.
from 5545a03 HBASE-22462 (addendum) Should run a 'mvn install' at the end
of hadoop check in pre commit job
new b5fde40 HBASE-21800: RegionServer aborted due to NPE from
MetaTableMetrics coprocessor
new b9285b3 HBASE-21991: Fix MetaMetrics issues - [Race condition, Faulty
remove logic], few improvements
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hadoop/hbase/coprocessor/MetaTableMetrics.java | 166 +++++++++++----------
.../apache/hadoop/hbase/util/LossyCounting.java | 27 ++--
.../hbase/coprocessor/TestMetaTableMetrics.java | 95 ++++++++++++
.../hadoop/hbase/util/TestLossyCounting.java | 14 +-
4 files changed, 200 insertions(+), 102 deletions(-)