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

[hbase] branch HBASE-18095/client-locate-meta-no-zookeeper updated (9a53d3e -> e7d519f)

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

bharathv pushed a change to branch HBASE-18095/client-locate-meta-no-zookeeper
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 9a53d3e  HBASE-23331: Documentation for HBASE-18095
 discard 73d5a82  HBASE-23804: Fix default master addr hostname in master registry (#1137)
 discard 165d173  HBASE-23752: Fix remaining test failures from nightly runs (#1102)
 discard d32c1d8  HBASE-23731: De-flake TestFromClientSide (#1091)
 discard 7ddd10b  HBASE-23647: Make MasterRegistry the default impl. (#1039)
 discard 62ae6bf  HBASE-23330: Fix delegation token fetch with MasterRegistry (#1084)
 discard c92bbe1  HBASE-23305: Master based registry implementation (#954)
 discard 0f12680  HBASE-23648: Re-use underlying connection registry in RawAsyncHBaseAdmin (#994)
 discard 9e5746a  HBASE-23604: Clarify AsyncRegistry usage in the code. (#957)
 discard d1d2292  HBASE-23304: RPCs needed for client meta information lookup (#904)
 discard 247e440  HBASE-23281: Track meta region locations in masters (#830)
 discard 55aaa79  HBASE-23275: Track active master's address in ActiveMasterManager (#812)
     add 0e96638  HBASE-23838 Adding debug logging to a few ExportSnapshot tests ADDENDUM to fix failing TestExportSnapshot
     add ae781e5  HBASE-23837 Removed deprecated isLegalFamilyName(byte[]) from HColumnDescriptor
     add 68f4fd1  HBASE-23844 Removed deprecated Scan(byte[], Filter) from Scan
     add e11dbf3  HBASE-23855: Change bytes size to human readable size for Server Metrics of RegionServer Web UI (#1175)
     add f2ef61d  HBASE-23275: Track active master's address in ActiveMasterManager (#812)
     add 36f87c3  HBASE-23281: Track meta region locations in masters (#830)
     add 359576b  HBASE-23304: RPCs needed for client meta information lookup (#904)
     add 79e8009  HBASE-23604: Clarify AsyncRegistry usage in the code. (#957)
     add 6d8b8d3  HBASE-23648: Re-use underlying connection registry in RawAsyncHBaseAdmin (#994)
     add 9f905d6  HBASE-23305: Master based registry implementation (#954)
     add a7cd668  HBASE-23330: Fix delegation token fetch with MasterRegistry (#1084)
     add 51dbf0b  HBASE-23647: Make MasterRegistry the default impl. (#1039)
     add 533d2ee  HBASE-23731: De-flake TestFromClientSide (#1091)
     add 5dc05e6  HBASE-23752: Fix remaining test failures from nightly runs (#1102)
     add 43c5196  HBASE-23804: Fix default master addr hostname in master registry (#1137)
     add e7d519f  HBASE-23331: Documentation for HBASE-18095

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (9a53d3e)
            \
             N -- N -- N   refs/heads/HBASE-18095/client-locate-meta-no-zookeeper (e7d519f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hbase/HColumnDescriptor.java | 17 -----------------
 .../main/java/org/apache/hadoop/hbase/client/Scan.java  | 11 -----------
 .../hadoop/hbase/snapshot/TestExportSnapshot.java       |  9 +++------
 .../hbase/tmpl/regionserver/ServerMetricsTmpl.jamon     | 12 ++++++------
 .../main/java/org/apache/hadoop/hbase/util/FSUtils.java |  3 ++-
 5 files changed, 11 insertions(+), 41 deletions(-)