You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/09/29 07:49:21 UTC

[hbase] branch master updated (5d92662 -> b268b1f)

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

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


    from 5d92662  HBASE-24967 The table.jsp cost long time to load if the table include… (#2326)
     add b268b1f  HBASE-25103 Remove ZNodePaths.metaReplicaZNodes (#2464)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/client/ZKConnectionRegistry.java  |  2 +-
 .../apache/hadoop/hbase/zookeeper/ZNodePaths.java  | 68 +++++++---------------
 .../hadoop/hbase/master/MasterMetaBootstrap.java   |  2 +-
 .../hbase/master/MetaRegionLocationCache.java      |  6 +-
 .../hbase/master/zksyncer/ClientZKSyncer.java      |  2 +-
 .../hbase/master/zksyncer/MetaLocationSyncer.java  | 12 ++--
 .../org/apache/hadoop/hbase/zookeeper/ZKUtil.java  | 10 +---
 7 files changed, 38 insertions(+), 64 deletions(-)