You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by hu...@apache.org on 2020/12/09 17:12:27 UTC

[hbase] branch master updated (c853c99 -> c1aa3b2)

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

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


    from c853c99  HBASE-25372 Fix typo in ban-jersey section of the enforcer plugin in pom.xml (#2749)
     add c1aa3b2  HBASE-25293 Followup jira to address the client handling issue when chaning from meta replica to non-meta-replica at the server side.

No new revisions were added by this update.

Summary of changes:
 .../hbase/client/AsyncNonMetaRegionLocator.java    |   2 +-
 .../client/CatalogReplicaLoadBalanceSelector.java  |   2 +
 .../CatalogReplicaLoadBalanceSimpleSelector.java   |  19 ++-
 ...estCatalogReplicaLoadBalanceSimpleSelector.java | 132 +++++++++++++++++++++
 4 files changed, 144 insertions(+), 11 deletions(-)
 create mode 100644 hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestCatalogReplicaLoadBalanceSimpleSelector.java