You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2020/07/15 10:13:15 UTC

[hbase] branch branch-2 updated (0e45e37 -> 87a60c0)

This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 0e45e37  HBASE-24705 MetaFixer#fixHoles() does not include the case for read replicas (i.e, replica regions are not created) (#2062) (#2068)
     add 87a60c0  HBASE-24615 MutableRangeHistogram#updateSnapshotRangeMetrics doesn't calculate the distribution for last bucket

No new revisions were added by this update.

Summary of changes:
 .../hadoop/metrics2/lib/MutableRangeHistogram.java |  4 +-
 .../metrics2/lib/TestMutableRangeHistogram.java    | 90 ++++++++++++++++++++++
 2 files changed, 92 insertions(+), 2 deletions(-)
 create mode 100644 hbase-hadoop2-compat/src/test/java/org/apache/hadoop/metrics2/lib/TestMutableRangeHistogram.java