This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-21512
in repository https://gitbox.apache.org/repos/asf/hbase.git.
discard 828196c HBASE-22351 Increase the wait time when creating table for
TestProcedurePriority
discard 5cef42d HBASE-22328 NPE in RegionReplicaReplicationEndpoint
discard 8f8d75b HBASE-22036 Rewrite TestScannerHeartbeatMessages
discard 9ecdfe7 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
discard 935abca HBASE-22302 Fix TestHbck
discard 0f66eab HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
discard da55d31 HBASE-22295 Fix TestClientOperationTimeout
discard 26f8ed0 HBASE-22281 Fix failed shell UTs
discard 63566ed HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
discard 3b0c65d HBASE-22238 Fix TestRpcControllerFactory
discard a176cbd HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
discard c750d26 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
discard 1c22e1e HBASE-21718 Implement Admin based on AsyncAdmin
discard ec97bd9 HBASE-21717 Implement Connection based on AsyncConnection
discard 2c41d47 HBASE-21585 Remove ClusterConnection
discard 7d971fa HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard fa06baf HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard 1053b7a HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard ef8bb24 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard c82e4c9 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard 349bd28 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard ea7a6fd HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard 2f1c16a HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard 315e913 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard f1e19d8 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 68f14c1 HBASE-22345 REST Server must have specific version of
javax.annotations available at runtime
add e884a25 HBASE-22343 Make procedure retry interval configurable in test
new 06399f7 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new cb0dc8d HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new b545d7e HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new bbd2e32 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new 27e8b1c HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 0d78c41 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new 955fcff HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new 88f2030 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new 696199a HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new ef5427e HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new 489cfa3 HBASE-21585 Remove ClusterConnection
new d7cee0f HBASE-21717 Implement Connection based on AsyncConnection
new 05b5d32 HBASE-21718 Implement Admin based on AsyncAdmin
new 6676aeb HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new a86a3a7 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new 6bb40e6 HBASE-22238 Fix TestRpcControllerFactory
new 72026ce HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new 4cd7f26 HBASE-22281 Fix failed shell UTs
new 82e6da5 HBASE-22295 Fix TestClientOperationTimeout
new 48507ee HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new b42058d HBASE-22302 Fix TestHbck
new 35ff221 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
new caa1194 HBASE-22036 Rewrite TestScannerHeartbeatMessages
new 9787011 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
new 6f5fef4 HBASE-22351 Increase the wait time when creating table for
TestProcedurePriority
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 (828196c)
\
N -- N -- N refs/heads/HBASE-21512 (6f5fef4)
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 25 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:
hbase-assembly/src/main/assembly/client.xml | 1 -
.../src/main/assembly/hadoop-two-compat.xml | 1 -
.../hadoop/hbase/procedure2/ProcedureUtil.java | 47 +++++++++----
.../hadoop/hbase/procedure2/TestProcedureUtil.java | 20 ------
hbase-protocol-shaded/pom.xml | 3 +-
.../assignment/RegionRemoteProcedureBase.java | 8 ++-
.../assignment/TransitRegionStateProcedure.java | 14 ++--
.../hbase/master/procedure/InitMetaProcedure.java | 8 ++-
.../procedure/ReopenTableRegionsProcedure.java | 10 ++-
.../hbase/master/procedure/SplitWALProcedure.java | 25 +++----
.../procedure/SwitchRpcThrottleProcedure.java | 16 +++--
.../replication/AbstractPeerNoLockProcedure.java | 20 ++++--
.../master/replication/ModifyPeerProcedure.java | 54 +++++++--------
.../SyncReplicationReplayWALProcedure.java | 8 +--
.../TransitPeerSyncReplicationStateProcedure.java | 78 ++++++++++------------
.../assignment/TestAssignmentManagerBase.java | 4 ++
hbase-shaded/hbase-shaded-client/pom.xml | 6 +-
hbase-shaded/pom.xml | 6 +-
pom.xml | 10 +--
19 files changed, 178 insertions(+), 161 deletions(-)