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

[hbase] branch master updated (a782531 -> a40a032)

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

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


    from a782531  HBASE-24327 : Flaky connection in TestMasterShutdown#testMasterShutdo… (#1690)
     add a40a032  HBASE-23969 Meta browser should show all `info` columns (#1485)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hbase/MetaTableAccessor.java |  52 +++++--
 .../java/org/apache/hadoop/hbase/HConstants.java   |   8 +-
 .../hbase/master/assignment/RegionStateStore.java  |  40 +-----
 .../hbase/master/webapp/RegionReplicaInfo.java     |  60 ++++++++-
 .../main/resources/hbase-webapps/master/table.jsp  | 150 +++++++++++++--------
 .../resources/hbase-webapps/static/css/hbase.css   |   4 +
 6 files changed, 206 insertions(+), 108 deletions(-)