This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
from cb7e46af4e6 HBASE-29073 StochasticLoadBalancer will always run the
balancer on startup because of uninitialized sumMultiplier (#6641) (#6650)
new f75855bb2a0 HBASE-29047 Remove redundant methods in
TestMasterObserver. (#6613)
new 7f553240be7 HBASE-29088 The denominator cannot be 0 when calculating
percentages in SnapshotStats (#6624)
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:
.../apache/hadoop/hbase/snapshot/SnapshotInfo.java | 8 +-
.../hbase/coprocessor/TestMasterObserver.java | 189 ---------------------
.../hbase/master/snapshot/TestSnapshotStats.java | 128 ++++++++++++++
3 files changed, 134 insertions(+), 191 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestSnapshotStats.java