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 b6c54e5  HBASE-25013 Avoid reset the backup master root cache every 
time when syncing (#2392)
 discard 2cc9cb9  HBASE-24929 Introduce a special CellComparator for master 
local region (#2378)
 discard 75ac29c  HBASE-24607 Implement CatalogJanitor for 'root table' (#2377)
 discard d96c610  HBASE-24606 Implement meta merge (#2311)
 discard 981d9d0  HBASE-24391 Implement meta split (#2010)
 discard cf0fcca  HBASE-24459 Move the locateMeta logic from 
AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)
 discard 9959293  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO 
(#1877)
 discard 48be0e0  HBASE-24389 Introduce new master rpc methods to locate meta 
region through root region (#1774)
 discard 13b44d0  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     add 332d9d1  HBASE-26146: Add support for HBASE_HBCK_OPTS (#3534)
     add 5f09505  HBASE-26096 Cleanup the deprecated methods in HBTU related 
classes and format code (#3503)
     new b16fcb5  HBASE-24388 Store the locations of meta regions in master 
local store (#1746)
     new 459d5ca  HBASE-24389 Introduce new master rpc methods to locate meta 
region through root region (#1774)
     new 2f250f3  HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO 
(#1877)
     new 22bb079  HBASE-24459 Move the locateMeta logic from 
AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)
     new 29e6984  HBASE-24391 Implement meta split (#2010)
     new 8c04b71  HBASE-24606 Implement meta merge (#2311)
     new 71d3568  HBASE-24607 Implement CatalogJanitor for 'root table' (#2377)
     new f8c2bd6  HBASE-24929 Introduce a special CellComparator for master 
local region (#2378)
     new bfeddf9  HBASE-25013 Avoid reset the backup master root cache every 
time when syncing (#2392)

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

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 9 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:
 bin/hbase                                          |   21 +-
 .../hadoop/hbase/HBaseCommonTestingUtil.java       |   47 +-
 .../hbase/mapreduce/IntegrationTestBulkLoad.java   |    2 +-
 .../mapreduce/MultiTableInputFormatTestBase.java   |    3 +-
 .../hbase/mapreduce/TestMultiTableInputFormat.java |    5 +-
 .../TestMultiTableSnapshotInputFormat.java         |    5 +-
 .../apache/hadoop/hbase/HBaseClusterInterface.java |  141 +-
 .../org/apache/hadoop/hbase/HBaseTestingUtil.java  | 1668 +++++++-------------
 .../org/apache/hadoop/hbase/MiniClusterRule.java   |    2 +-
 .../hadoop/hbase/SingleProcessHBaseCluster.java    |  163 +-
 .../hadoop/hbase/StartTestingClusterOption.java    |   35 +-
 .../hadoop/hbase/util/BaseTestHBaseFsck.java       |    9 +-
 .../apache/hadoop/hbase/HBaseZKTestingUtil.java    |   32 +-
 13 files changed, 777 insertions(+), 1356 deletions(-)

Reply via email to