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 afece10 HBASE-22550 Do not use Threads.newDaemonThreadFactory in
ConnectionUtils.getThreadPool
omit 3a2a996 HBASE-22526 RejectedExecutionException could be thrown from
TableOverAsyncTable.coprocessor service if the connection has been shutown
omit 8efeaab HBASE-22351 Fix creating table timeout for
TestProcedurePriority
omit ee0d793 HBASE-21723 Remove ConnectionImplementation and related
classes
omit e7736c3 HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
omit 05568d4 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
omit b291cb6 HBASE-22036 Rewrite TestScannerHeartbeatMessages
omit 8db1a6d HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
omit 6a211a2 HBASE-22302 Fix TestHbck
omit 723fb97 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
omit 15ee4ec HBASE-22295 Fix TestClientOperationTimeout
omit 6924c1e HBASE-22281 Fix failed shell UTs
omit 0ff0bde HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
omit f9e3c02 HBASE-22238 Fix TestRpcControllerFactory
omit 052f182 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
omit f815da8 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
omit c27e562 HBASE-21718 Implement Admin based on AsyncAdmin
omit 7d3baf1 HBASE-21717 Implement Connection based on AsyncConnection
omit 5f5ef10 HBASE-21585 Remove ClusterConnection
omit e4de3ce HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
omit 75e106d HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
omit 54ed779 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
omit 21685e4 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
omit 8ef77a4 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
omit 5f1ece7 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
omit 7a610a2 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
omit 6a0c28c HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
omit 20fdb6c HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
omit ef3d996 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 8b989fd HBASE-22495 Update SyncTable section, explaining from which
specific minor versions doDeletes/doPuts is available
add b32e716 HBASE-22481 Javadoc Warnings reference not found
new f548d5f HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new d1a318f HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new 3f07de0 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new 0c48be1 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new f6ba631 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 8f33c42 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new 02a9c2a HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new 4a34a72 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new 015f443 HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new 817cb19 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new 33bf1ff HBASE-21585 Remove ClusterConnection
new 2258624 HBASE-21717 Implement Connection based on AsyncConnection
new 2656815 HBASE-21718 Implement Admin based on AsyncAdmin
new 0c1764b HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new 88518a6 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new c585a11 HBASE-22238 Fix TestRpcControllerFactory
new c0351e0 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new 32cb9eb HBASE-22281 Fix failed shell UTs
new f49446f HBASE-22295 Fix TestClientOperationTimeout
new 0606f2e HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new d266801 HBASE-22302 Fix TestHbck
new f0e7439 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
new e587be0 HBASE-22036 Rewrite TestScannerHeartbeatMessages
new 1ea4925 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
new 48c6a87 HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
new 56d6763 HBASE-21723 Remove ConnectionImplementation and related
classes
new 1ee7498 HBASE-22351 Fix creating table timeout for
TestProcedurePriority
new 910f723 HBASE-22526 RejectedExecutionException could be thrown from
TableOverAsyncTable.coprocessor service if the connection has been shutown
new 240cb89 HBASE-22550 Do not use Threads.newDaemonThreadFactory in
ConnectionUtils.getThreadPool
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 (afece10)
\
N -- N -- N refs/heads/HBASE-21512 (240cb89)
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 29 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:
.../src/main/resources/hbase/checkstyle.xml | 7 ++++++
.../mapred/MultiTableSnapshotInputFormat.java | 27 +++++++++++-----------
src/main/asciidoc/_chapters/ops_mgt.adoc | 10 ++++++++
3 files changed, 31 insertions(+), 13 deletions(-)