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.
omit f440ea9 HBASE-25013 Avoid reset the backup master root cache every
time when syncing (#2392)
omit 9159c1b HBASE-24929 Introduce a special CellComparator for master
local region (#2378)
omit 683bc54 HBASE-24607 Implement CatalogJanitor for 'root table' (#2377)
omit baef05b HBASE-24606 Implement meta merge (#2311)
omit 143afb7 HBASE-24391 Implement meta split (#2010)
omit 38f5cf8 HBASE-24459 Move the locateMeta logic from
AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)
omit 868998d HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO
(#1877)
omit 21bd12f HBASE-24389 Introduce new master rpc methods to locate meta
region through root region (#1774)
omit 3948c8e HBASE-24388 Store the locations of meta regions in master
local store (#1746)
add 3e13b3f HBASE-24896 'Stuck' in static initialization creating
RegionInfo instance
add d41eb4f HBASE-24896 : Jira number correction in comment (ADDENDUM)
add b5adfe1 HBASE-25072 Remove the unnecessary System.out.println in
MasterRegistry (#2429)
add 8efd250 HBASE-24976 Printing the swallowed exception
add 8c11007 Revert "HBASE-24976 Printing the swallowed exception"
add 7731856 HBASE-24976 REST Server failes to start without any error
message
add 36e8b0b HBASE-25075 Fix typo in ReplicationProtobufUtil (#2431)
add 8a6299b HBASE-25076 fix typo in MasterRegion java doc (#2432)
new 8056ef1 HBASE-24388 Store the locations of meta regions in master
local store (#1746)
new 89f293d HBASE-24389 Introduce new master rpc methods to locate meta
region through root region (#1774)
new 2105ea6 HBASE-24390 Remove RegionInfoBuilder.FIRST_META_REGIONINFO
(#1877)
new b4c54d8 HBASE-24459 Move the locateMeta logic from
AsyncMetaRegionTableLocator to ConnectionRegistry (#2095)
new 06fc456 HBASE-24391 Implement meta split (#2010)
new cb8418f HBASE-24606 Implement meta merge (#2311)
new 4967e49 HBASE-24607 Implement CatalogJanitor for 'root table' (#2377)
new cdd12e6 HBASE-24929 Introduce a special CellComparator for master
local region (#2378)
new 1a859d8 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 (f440ea9)
\
N -- N -- N refs/heads/HBASE-24950 (1a859d8)
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:
.../apache/hadoop/hbase/client/MasterRegistry.java | 1 -
.../org/apache/hadoop/hbase/client/RegionInfo.java | 10 +++-
.../org/apache/hadoop/hbase/rest/RESTServer.java | 10 +---
.../AsyncRegionReplicaReplayRetryingCaller.java | 4 +-
.../hadoop/hbase/master/region/MasterRegion.java | 4 +-
...otbufUtil.java => ReplicationProtobufUtil.java} | 2 +-
.../HBaseInterClusterReplicationEndpoint.java | 4 +-
.../ReplaySyncReplicationWALCallable.java | 4 +-
.../hbase/protobuf/TestReplicationProtobuf.java | 2 +-
.../TestRegionInfoStaticInitialization.java | 70 ++++++++++++++++++++++
.../hbase/replication/SyncReplicationTestBase.java | 6 +-
11 files changed, 93 insertions(+), 24 deletions(-)
rename
hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/{ReplicationProtbufUtil.java
=> ReplicationProtobufUtil.java} (99%)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRegionInfoStaticInitialization.java