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 9bdddf0 HBASE-22351 Fix creating table timeout for
TestProcedurePriority
discard 32922f7 HBASE-21723 Remove ConnectionImplementation and related
classes
discard a5fce5b HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
discard 7f6ea2f HBASE-22328 NPE in RegionReplicaReplicationEndpoint
discard 71bfcb3 HBASE-22036 Rewrite TestScannerHeartbeatMessages
discard 76f3d40 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
discard 78d96ce HBASE-22302 Fix TestHbck
discard 73cd117 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
discard 5cf8c7d HBASE-22295 Fix TestClientOperationTimeout
discard 96275a9 HBASE-22281 Fix failed shell UTs
discard 2b1f464 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
discard 78fe024 HBASE-22238 Fix TestRpcControllerFactory
discard fbc4043 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
discard 3282b1f HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
discard ac01ed3 HBASE-21718 Implement Admin based on AsyncAdmin
discard d83cdd4 HBASE-21717 Implement Connection based on AsyncConnection
discard 09d1c90 HBASE-21585 Remove ClusterConnection
discard a2bfaec HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard 2b2cfb9 HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard 5e50b7f HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard 75c0f71 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard 6abb6d9 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard c54d8ba HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard 46ce578 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard 70cbeb8 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard 22ad072 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard e4dd688 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 25c6cd3 HBASE-22496 UnsafeAccess.unsafeCopy should not copy more than
UNSAFE_COPY_THRESHOLD on each iteration
add 70fb30c HBASE-22490 Nightly client integration test fails with
hadoop-3.0.3
add 1be93fc HBASE-22316 Record the stack trace for current thread in
FutureUtils.get
new 771514d HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new 9a41e14 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new a4a9708 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new 7133483 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new 66f3d12 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 168617f HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new 5cbcf4a HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new c95d87a HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new f62e28a HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new 9f61a24 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new a74af85 HBASE-21585 Remove ClusterConnection
new a5fc740 HBASE-21717 Implement Connection based on AsyncConnection
new cbc996c HBASE-21718 Implement Admin based on AsyncAdmin
new d165707 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new 17b5044 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new 78e7f88 HBASE-22238 Fix TestRpcControllerFactory
new b9bb458 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new db9ed46 HBASE-22281 Fix failed shell UTs
new 6b4a10e HBASE-22295 Fix TestClientOperationTimeout
new 18f4f02 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new aa2371c HBASE-22302 Fix TestHbck
new e133b40 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
new 56663ae HBASE-22036 Rewrite TestScannerHeartbeatMessages
new 8b98e73 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
new 0932326 HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
new c93fe88 HBASE-21723 Remove ConnectionImplementation and related
classes
new ec1041a HBASE-22351 Fix creating table timeout 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 (9bdddf0)
\
N -- N -- N refs/heads/HBASE-21512 (ec1041a)
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:
.../hbase_nightly_pseudo-distributed-test.sh | 2 +-
.../org/apache/hadoop/hbase/util/FutureUtils.java | 45 ++++++++++--
.../org/apache/hadoop/hbase/util/UnsafeAccess.java | 2 +-
.../apache/hadoop/hbase/util/TestFutureUtils.java | 85 ++++++++++++++++++++++
4 files changed, 124 insertions(+), 10 deletions(-)
create mode 100644
hbase-common/src/test/java/org/apache/hadoop/hbase/util/TestFutureUtils.java