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

zhangduo pushed a change to branch HBASE-24950
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 9246209  HBASE-24606 Implement meta merge (#2311)
    omit d95ab70  HBASE-24391 Implement meta split (#2010)
    omit d3e1169  HBASE-24459 Move the locateMeta logic from 
AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)
    omit d1def4d  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO 
(#1877)
    omit 6d16d5d  HBASE-24389 Introduce new master rpc methods to locate meta 
region through root region (#1774)
    omit 269aee6  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     add 2250b51  HBASE-24995: MetaFixer fails to fix overlaps when multiple 
tables have overlaps (#2361)
     add 2e638de  HBASE-24994 Add hedgedReadOpsInCurThread metric (#2365)
     add 2e96a5b  HBASE-24993 Remove OfflineMetaRebuildTestCore (#2359)
     new cc47a57  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     new cc00365  HBASE-24389 Introduce new master rpc methods to locate meta 
region through root region (#1774)
     new 992a1d4  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO 
(#1877)
     new 08c048b  HBASE-24459 Move the locateMeta logic from 
AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)
     new 21ced67  HBASE-24391 Implement meta split (#2010)
     new a1cdb72  HBASE-24606 Implement meta merge (#2311)

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   (9246209)
            \
             N -- N -- N   refs/heads/HBASE-24950 (a1cdb72)

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.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../regionserver/MetricsRegionServerSource.java    |   3 +
 .../MetricsRegionServerSourceImpl.java             |   2 +
 .../regionserver/MetricsRegionServerWrapper.java   |   5 +
 .../org/apache/hadoop/hbase/master/MetaFixer.java  |  28 +-
 .../MetricsRegionServerWrapperImpl.java            |   5 +
 .../apache/hadoop/hbase/master/TestMetaFixer.java  |  39 ++-
 .../MetricsRegionServerWrapperStub.java            |   5 +
 .../util/hbck/OfflineMetaRebuildTestCore.java      | 294 ---------------------
 src/main/asciidoc/_chapters/performance.adoc       |   2 +
 9 files changed, 84 insertions(+), 299 deletions(-)
 delete mode 100644 
hbase-server/src/test/java/org/apache/hadoop/hbase/util/hbck/OfflineMetaRebuildTestCore.java

Reply via email to