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 6ab153c HBASE-22553 NPE in RegionReplicaReplicationEndpoint
discard 0fae01b HBASE-22550 Throw exception when creating thread pool if the
connection has already been closed
discard 553454b HBASE-22526 RejectedExecutionException could be thrown from
TableOverAsyncTable.coprocessor service if the connection has been shutown
discard bb3aadc HBASE-22351 Fix creating table timeout for
TestProcedurePriority
discard f0f5485 HBASE-21723 Remove ConnectionImplementation and related
classes
discard ce118cb HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
discard 55a250b HBASE-22328 NPE in RegionReplicaReplicationEndpoint
discard 1e5bdb2 HBASE-22036 Rewrite TestScannerHeartbeatMessages
discard 1b21fe2 HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
discard f2c79ca HBASE-22302 Fix TestHbck
discard 3153154 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
discard 747acef HBASE-22295 Fix TestClientOperationTimeout
discard 4c653f8 HBASE-22281 Fix failed shell UTs
discard a26d3d6 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
discard 1c0c12a HBASE-22238 Fix TestRpcControllerFactory
discard 8268082 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
discard 5ce3eb9 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
discard e8adf9c HBASE-21718 Implement Admin based on AsyncAdmin
discard 5fbb56d HBASE-21717 Implement Connection based on AsyncConnection
discard 87950ed HBASE-21585 Remove ClusterConnection
discard dfc3dcb HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard 310d3d2 HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard e2c8142 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard 20169e02 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard aaf7b23 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard ac51b3f HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard 595aa5e HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard 1e696bf HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard 8188781 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard f67ce95 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 8386571 HBASE-22560 Upgrade jackson (2.9.9) and jetty (9.3.27) minor
versions
add 934d469 HBASE-22545 TestLogLevel broken
new 377cc4f HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new 5a81d54 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new 03f458d HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new 4e130fa HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new 43eddfb HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 5fcad8b HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new a7254ed HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new 9274dae HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new a526dfb HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new 5cc7250 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new c7aa5e1 HBASE-21585 Remove ClusterConnection
new 8d7c46f HBASE-21717 Implement Connection based on AsyncConnection
new bb542df HBASE-21718 Implement Admin based on AsyncAdmin
new 66c7178 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new c39a8fa HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new e249122 HBASE-22238 Fix TestRpcControllerFactory
new a17e89b HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new d1e96d9 HBASE-22281 Fix failed shell UTs
new f71a93c HBASE-22295 Fix TestClientOperationTimeout
new 819f9e2 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new 29e051b HBASE-22302 Fix TestHbck
new c88900c HBASE-22239 Also catch RemoteException in
SyncReplicationTestBase.verifyReplicationRequestRejection
new 495c39e HBASE-22036 Rewrite TestScannerHeartbeatMessages
new f48eae7 HBASE-22328 NPE in RegionReplicaReplicationEndpoint
new 9807acc HBASE-22037 Re-enable TestAvoidCellReferencesIntoShippedBlocks
new 3897562 HBASE-21723 Remove ConnectionImplementation and related
classes
new 0fe6241 HBASE-22351 Fix creating table timeout for
TestProcedurePriority
new 88e30aa HBASE-22526 RejectedExecutionException could be thrown from
TableOverAsyncTable.coprocessor service if the connection has been shutown
new 734746e HBASE-22550 Throw exception when creating thread pool if the
connection has already been closed
new 0d2f2db 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 (6ab153c)
\
N -- N -- N refs/heads/HBASE-21512 (0d2f2db)
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/http/log/TestLogLevel.java | 33 ++++++++++++++++++----
pom.xml | 4 +--
2 files changed, 29 insertions(+), 8 deletions(-)