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 5db9b81 HBASE-22351 Addendum limit the concurrency when creating table
discard e71aa8b HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
discard 68a59ba HBASE-22351 Increase the wait time when creating table for
TestProcedurePriority
discard 3083d56 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
discard d0b3a67 HBASE-22036 Rewrite TestScannerHeartbeatMessages
discard 417c8d1 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
discard 82a1ea9 HBASE-22302 Fix TestHbck
discard d43461a HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
discard 29fb885 HBASE-22295 Fix TestClientOperationTimeout
discard 9de0cd8 HBASE-22281 Fix failed shell UTs
discard a21168a HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
discard 0d1ec0c HBASE-22238 Fix TestRpcControllerFactory
discard cc3cfbc HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
discard 060f98f HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
discard 9df28d8 HBASE-21718 Implement Admin based on AsyncAdmin
discard b77a198 HBASE-21717 Implement Connection based on AsyncConnection
discard 51148aa HBASE-21585 Remove ClusterConnection
discard cba47b4 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard 68a23dd HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard 3daf1ac HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard 1453314 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard 0e29c9d HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard 2a94270 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard e5b82e2 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard d4e1074 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard 2f406e0 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard 3d7c2bc HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add de579cd HBASE-22462 (addendum) Should run a 'mvn install' at the end
of hadoop check in pre commit job
add 96d2aab add meiyi as a developer
add 27c02a0 HBASE-22455 Split TestReplicationStatus
new f63c50f HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new d34e545 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new 3f19777 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new cf2f536 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new a6711e7 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new b6757ee HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new ecbe4f7 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new a47224d HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new 64b818c HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new 7053060 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new 03d47ea HBASE-21585 Remove ClusterConnection
new 47f1885 HBASE-21717 Implement Connection based on AsyncConnection
new 21a409c HBASE-21718 Implement Admin based on AsyncAdmin
new 8c4a190 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new 4cff0c5 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new 546b31b HBASE-22238 Fix TestRpcControllerFactory
new 8049aa5 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new 694d782 HBASE-22281 Fix failed shell UTs
new 6b910ee HBASE-22295 Fix TestClientOperationTimeout
new 1607597 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new 68a7f64 HBASE-22302 Fix TestHbck
new 1cf032a HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
new bc52bcb HBASE-22036 Rewrite TestScannerHeartbeatMessages
new 472f630 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
new 180de0f HBASE-22351 Increase the wait time when creating table for
TestProcedurePriority
new bda4906 HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
new e511d91 HBASE-22351 Addendum limit the concurrency when creating table
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 (5db9b81)
\
N -- N -- N refs/heads/HBASE-21512 (e511d91)
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 27 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:
dev-support/hbase-personality.sh | 3 +-
.../hbase/replication/TestReplicationBase.java | 14 +-
.../hbase/replication/TestReplicationStatus.java | 295 +++------------------
.../TestReplicationStatusAfterLagging.java | 68 +++++
...licationStatusBothNormalAndRecoveryLagging.java | 85 ++++++
...ationStatusSourceStartedTargetStoppedNewOp.java | 69 +++++
...ationStatusSourceStartedTargetStoppedNoOps.java | 60 +++++
...atusSourceStartedTargetStoppedWithRecovery.java | 83 ++++++
pom.xml | 6 +
9 files changed, 427 insertions(+), 256 deletions(-)
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStatusAfterLagging.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStatusBothNormalAndRecoveryLagging.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStatusSourceStartedTargetStoppedNewOp.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStatusSourceStartedTargetStoppedNoOps.java
create mode 100644
hbase-server/src/test/java/org/apache/hadoop/hbase/replication/TestReplicationStatusSourceStartedTargetStoppedWithRecovery.java