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 93a6aaa HBASE-22553 NPE in RegionReplicaReplicationEndpoint
omit d04133d HBASE-22550 Throw exception when creating thread pool if the
connection has already been closed
omit 5341187 HBASE-22526 RejectedExecutionException could be thrown from
TableOverAsyncTable.coprocessor service if the connection has been shutown
omit 9a4a050 HBASE-22351 Fix creating table timeout for
TestProcedurePriority
omit 9b9eee4 HBASE-21723 Remove ConnectionImplementation and related
classes
omit e999d90 HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
omit c05a226 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
omit d8243e7 HBASE-22036 Rewrite TestScannerHeartbeatMessages
omit 64a8d78 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
omit 43594ac HBASE-22302 Fix TestHbck
omit e1a0ffe HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
omit 6ea76d9 HBASE-22295 Fix TestClientOperationTimeout
omit 6b02245 HBASE-22281 Fix failed shell UTs
omit 05f1877 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
omit 2d4dc5f HBASE-22238 Fix TestRpcControllerFactory
omit 805fe8b HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
omit 3026de1 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
omit b5614d0 HBASE-21718 Implement Admin based on AsyncAdmin
omit 20b4cfb HBASE-21717 Implement Connection based on AsyncConnection
omit 4f0dd40 HBASE-21585 Remove ClusterConnection
omit ae4eb86 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
omit 59bdecc HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
omit e85e2e5 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
omit b488fe3 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
omit 39bef3e HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
omit afee341 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
omit 03a825b HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
omit 38b7613 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
omit 3c9224d HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
omit 92a0347 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 8e15f4e HBASE-22530 The metrics of store files count of region are
returned to clients incorrectly (Eungsop Yoo)
add ab44531 HBASE-22559 [RPC] set guard against
CALL_QUEUE_HANDLER_FACTOR_CONF_KEY
new e9e8ea4 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new cf81dc2 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new e5f287c HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new 1f91a3d HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new 55f6a1c HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 7e3609b HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new fd181ba HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new b402db3 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new 3dfd0ae HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new a841824 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new e35333b HBASE-21585 Remove ClusterConnection
new ab891ce HBASE-21717 Implement Connection based on AsyncConnection
new 10e4823 HBASE-21718 Implement Admin based on AsyncAdmin
new bad428d HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new e898893 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new b5ad17e HBASE-22238 Fix TestRpcControllerFactory
new f4d7ceb HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new 3a05550 HBASE-22281 Fix failed shell UTs
new 7c92872 HBASE-22295 Fix TestClientOperationTimeout
new 51adbb1 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new 8f00f9b HBASE-22302 Fix TestHbck
new b288dd9 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
new fd21cd5 HBASE-22036 Rewrite TestScannerHeartbeatMessages
new e7e6d0f HBASE-22328 NPE in RegionReplicaReplicationEndpoint
new 1951a6a HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
new c88d8a4 HBASE-21723 Remove ConnectionImplementation and related
classes
new 4f83342 HBASE-22351 Fix creating table timeout for
TestProcedurePriority
new a1d27ea HBASE-22526 RejectedExecutionException could be thrown from
TableOverAsyncTable.coprocessor service if the connection has been shutown
new 77af641 HBASE-22550 Throw exception when creating thread pool if the
connection has already been closed
new c342064 HBASE-22553 NPE in RegionReplicaReplicationEndpoint
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 (93a6aaa)
\
N -- N -- N refs/heads/HBASE-21512 (c342064)
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 30 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/RegionMetricsBuilder.java | 2 +-
.../org/apache/hadoop/hbase/ipc/RpcExecutor.java | 14 +++++++++++++
.../org/apache/hadoop/hbase/TestRegionMetrics.java | 23 ++++++++++++++++++++++
3 files changed, 38 insertions(+), 1 deletion(-)