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.


    omit e511d91  HBASE-22351 Addendum limit the concurrency when creating table
    omit bda4906  HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
    omit 180de0f  HBASE-22351 Increase the wait time when creating table for 
TestProcedurePriority
    omit 472f630  HBASE-22328 NPE in RegionReplicaReplicationEndpoint
    omit bc52bcb  HBASE-22036 Rewrite TestScannerHeartbeatMessages
    omit 1cf032a  HBASE-22239 Also catch RemoteException in 
SyncReplicationTestBase.verifyReplicationRequestRejection
    omit 68a7f64  HBASE-22302 Fix TestHbck
    omit 1607597  HBASE-22297 Fix TestRegionMergeTransitionOnCluster and 
TestSplitTransactionOnCluster
    omit 6b910ee  HBASE-22295 Fix TestClientOperationTimeout
    omit 694d782  HBASE-22281 Fix failed shell UTs
    omit 8049aa5  HBASE-22223 Implement RegionLocator based on 
AsyncTableRegionLocator
    omit 546b31b  HBASE-22238 Fix TestRpcControllerFactory
    omit 4cff0c5  HBASE-21725 Implement BufferedMutator Based on 
AsyncBufferedMutator
    omit 8c4a190  HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
    omit 21a409c  HBASE-21718 Implement Admin based on AsyncAdmin
    omit 47f1885  HBASE-21717 Implement Connection based on AsyncConnection
    omit 03d47ea  HBASE-21585 Remove ClusterConnection
    omit 7053060  HBASE-21779 Reimplement BulkLoadHFilesTool to use 
AsyncClusterConnection
    omit 64b818c  HBASE-21778 Remove the usage of the locateRegion related 
methods in ClusterConnection
    omit a47224d  HBASE-21719 Rewrite RegionPlacementMaintainer to use 
AsyncClusterConnection
    omit ecbe4f7  HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait 
to use AsyncClusterConnection
    omit b6757ee  HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use 
AsyncClusterConnection
    omit a6711e7  HBASE-21538 Rewrite RegionReplicaFlushHandler to use 
AsyncClusterConnection
    omit cf2f536  HBASE-21579 Use AsyncClusterConnection for 
HBaseInterClusterReplicationEndpoint
    omit 3f19777  HBASE-21526 Use AsyncClusterConnection in ServerManager for 
getRsAdmin
    omit d34e545  HBASE-21516 Use AsyncConnection instead of Connection in 
SecureBulkLoadManager
    omit f63c50f  HBASE-21515 Also initialize an AsyncClusterConnection in 
HRegionServer
     add 83b8472  HBASE-22474 Add --mvn-custom-repo parameter to yetus calls
     add 998b841  HBASE-22473 Split TestSCP
     new ac0853d  HBASE-21515 Also initialize an AsyncClusterConnection in 
HRegionServer
     new 500eb44  HBASE-21516 Use AsyncConnection instead of Connection in 
SecureBulkLoadManager
     new d9a828f  HBASE-21526 Use AsyncClusterConnection in ServerManager for 
getRsAdmin
     new e3006ea  HBASE-21579 Use AsyncClusterConnection for 
HBaseInterClusterReplicationEndpoint
     new 26b7aac  HBASE-21538 Rewrite RegionReplicaFlushHandler to use 
AsyncClusterConnection
     new e15b8fb  HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use 
AsyncClusterConnection
     new 0c7460e  HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait 
to use AsyncClusterConnection
     new a837df9  HBASE-21719 Rewrite RegionPlacementMaintainer to use 
AsyncClusterConnection
     new 8cb0c32  HBASE-21778 Remove the usage of the locateRegion related 
methods in ClusterConnection
     new b7b4d1f  HBASE-21779 Reimplement BulkLoadHFilesTool to use 
AsyncClusterConnection
     new f012284  HBASE-21585 Remove ClusterConnection
     new 539a55d  HBASE-21717 Implement Connection based on AsyncConnection
     new 7175fd4  HBASE-21718 Implement Admin based on AsyncAdmin
     new f6557f8  HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
     new 433558d  HBASE-21725 Implement BufferedMutator Based on 
AsyncBufferedMutator
     new cb19444  HBASE-22238 Fix TestRpcControllerFactory
     new c9b0683  HBASE-22223 Implement RegionLocator based on 
AsyncTableRegionLocator
     new a3f70bb  HBASE-22281 Fix failed shell UTs
     new 651a308  HBASE-22295 Fix TestClientOperationTimeout
     new 7c16c9f  HBASE-22297 Fix TestRegionMergeTransitionOnCluster and 
TestSplitTransactionOnCluster
     new 6676824  HBASE-22302 Fix TestHbck
     new 83d669d  HBASE-22239 Also catch RemoteException in 
SyncReplicationTestBase.verifyReplicationRequestRejection
     new a2c878a  HBASE-22036 Rewrite TestScannerHeartbeatMessages
     new 7172678  HBASE-22328 NPE in RegionReplicaReplicationEndpoint
     new 30e2b42  HBASE-22351 Increase the wait time when creating table for 
TestProcedurePriority
     new db00e53  HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
     new 6752476  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   (e511d91)
            \
             N -- N -- N   refs/heads/HBASE-21512 (6752476)

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/Jenkinsfile_GitHub                     |   2 +
 .../hadoop/hbase/master/procedure/TestSCP.java     | 137 ++-------------------
 .../procedure/{TestSCP.java => TestSCPBase.java}   | 128 ++++++++-----------
 .../TestSCPWithMeta.java}                          |  13 +-
 ...nated.java => TestSCPWithMetaWithReplicas.java} |  19 +--
 ...PWithMetaWithReplicasWithoutZKCoordinated.java} |   4 +-
 ...va => TestSCPWithMetaWithoutZKCoordinated.java} |   4 +-
 .../master/procedure/TestSCPWithReplicas.java      |  52 +-------
 .../TestSCPWithoutMeta.java}                       |  13 +-
 ...ed.java => TestSCPWithoutMetaWithReplicas.java} |  19 +--
 ...thoutMetaWithReplicasWithoutZKCoordinated.java} |   6 +-
 ...=> TestSCPWithoutMetaWithoutZKCoordinated.java} |   4 +-
 12 files changed, 109 insertions(+), 292 deletions(-)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCP.java
 => TestSCPBase.java} (63%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/{TestDLSAsyncFSWAL.java
 => procedure/TestSCPWithMeta.java} (79%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCPWithReplicasWithoutZKCoordinated.java
 => TestSCPWithMetaWithReplicas.java} (73%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCPWithReplicasWithoutZKCoordinated.java
 => TestSCPWithMetaWithReplicasWithoutZKCoordinated.java} (88%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCPWithReplicasWithoutZKCoordinated.java
 => TestSCPWithMetaWithoutZKCoordinated.java} (90%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/{TestDLSAsyncFSWAL.java
 => procedure/TestSCPWithoutMeta.java} (78%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCPWithReplicasWithoutZKCoordinated.java
 => TestSCPWithoutMetaWithReplicas.java} (72%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCPWithReplicasWithoutZKCoordinated.java
 => TestSCPWithoutMetaWithReplicasWithoutZKCoordinated.java} (88%)
 copy 
hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/{TestSCPWithReplicasWithoutZKCoordinated.java
 => TestSCPWithoutMetaWithoutZKCoordinated.java} (90%)

Reply via email to