You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bi...@apache.org on 2019/11/08 02:32:53 UTC

[hbase] branch master updated (264d3e3 -> c2e01f2)

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

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


    from 264d3e3  HBASE-23263 NPE in Quotas.jsp (#800)
     add c2e01f2  HBASE-23257: Track clusterID in stand by masters (#798)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/master/CachedClusterId.java       | 155 +++++++++++++++++++++
 .../org/apache/hadoop/hbase/master/HMaster.java    |  13 ++
 .../apache/hadoop/hbase/TestCachedClusterId.java   |  90 ++++++++++++
 3 files changed, 258 insertions(+)
 create mode 100644 hbase-server/src/main/java/org/apache/hadoop/hbase/master/CachedClusterId.java
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/TestCachedClusterId.java