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 2021/08/20 07:36:16 UTC

[hbase] branch master updated (28d81ae -> d4593ce)

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 28d81ae  HBASE-26174 Make rpc connection registry the default registry on 3.0.0 (#3600)
     add d4593ce  HBASE-26181 Region server and master could use itself as ConnectionRegistry (#3603)

No new revisions were added by this update.

Summary of changes:
 .../hbase/client/ClusterConnectionFactory.java     | 44 ++++++++----
 .../hadoop/hbase/client/RegionServerRegistry.java  | 81 ++++++++++++++++++++++
 .../hadoop/hbase/regionserver/HRegionServer.java   | 30 ++------
 3 files changed, 118 insertions(+), 37 deletions(-)
 create mode 100644 hbase-server/src/main/java/org/apache/hadoop/hbase/client/RegionServerRegistry.java