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/10 16:30:35 UTC

[hbase] branch master updated (6c9534c -> b2321b3)

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

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


    from 6c9534c  HBASE-24711 Previous RC Release notes are not removed (#2046)
     add b2321b3  HBASE-24586 Add table level locality in table.jsp

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/RegionMetrics.java     | 16 ++++++
 .../apache/hadoop/hbase/RegionMetricsBuilder.java  | 58 ++++++++++++++++++++--
 .../src/main/protobuf/server/ClusterStatus.proto   |  9 ++++
 .../hadoop/hbase/HDFSBlocksDistribution.java       | 40 ++++++++++++---
 .../hadoop/hbase/regionserver/HRegionServer.java   |  6 +++
 .../main/resources/hbase-webapps/master/table.jsp  | 19 +++++--
 .../hbase/master/TestRegionsRecoveryChore.java     | 15 ++++++
 7 files changed, 149 insertions(+), 14 deletions(-)