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 2022/01/10 18:13:08 UTC

[hbase] branch branch-2 updated (d9fae5c -> 2a42e8e)

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

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


    from d9fae5c  HBASE-26397 Display the excluded datanodes on regionserver UI (#3990)
     add 2a42e8e  HBASE-26616 Refactor code related to ZooKeeper authentication (#3973)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/master/HMasterCommandLine.java    |   4 +-
 .../hadoop/hbase/regionserver/HRegionServer.java   |   3 +-
 .../hadoop/hbase/zookeeper/TestZooKeeperACL.java   |  11 +-
 .../apache/hadoop/hbase/zookeeper/HQuorumPeer.java |   2 +-
 .../apache/hadoop/hbase/zookeeper/ZKAclReset.java  |   3 +-
 .../hadoop/hbase/zookeeper/ZKAuthentication.java   | 245 +++++++++++++++++
 .../org/apache/hadoop/hbase/zookeeper/ZKUtil.java  | 295 +--------------------
 .../apache/hadoop/hbase/zookeeper/ZKWatcher.java   |  59 ++++-
 .../hadoop/hbase/zookeeper/TestZKUtilNoServer.java |   8 +-
 9 files changed, 328 insertions(+), 302 deletions(-)
 create mode 100644 hbase-zookeeper/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKAuthentication.java