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 09e9e01 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
discard 15bde1f HBASE-22295 Fix TestClientOperationTimeout
discard 64eb5ff HBASE-22281 Fix failed shell UTs
discard 6f8fcd3 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
discard b49f174 HBASE-22238 Fix TestRpcControllerFactory
discard 18c9582 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
discard 7a5b40a HBASE-22239 Should translate the exception before returning
it in AsyncRegionServerAdmin
discard 61d6bca HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
discard d18cfea HBASE-21718 Implement Admin based on AsyncAdmin
discard 2a9d4de HBASE-21717 Implement Connection based on AsyncConnection
discard b2c3c80 HBASE-21585 Remove ClusterConnection
discard 40fcefd HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard f2cc99e HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard 9ee0d88 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard afba1f7 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard 42e79ed HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard db65f0f HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard 79dd310 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard f265817 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard ff93650 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard a03690c HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add ab3d6cf HBASE-22283 Print row and table information when failed to
get region location
add d3bf9c0 HBASE-22272 Fixed Checkstyle errors in hbase-backup
add b5a6fd1 HBASE-22020 update nightly to yetus 0.9.0
add e39f7dc HBASE-22299 Documentation has incorrect default number of
versions (#187)
add 25ea5fd HBASE-22304 Fixed remaining Checkstyle issues in
hbase-endpoint
add 5bc7eda HBASE-22294 Removed deprecated method from WALKeyImpl
new 412b678 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new a24158d HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new 828d479 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new ce99709 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new f861424 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 730a7c4 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new dbb2770 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new f71b073 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new a3f6198 HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new 642bd15 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new 46ac41d HBASE-21585 Remove ClusterConnection
new 74011b3 HBASE-21717 Implement Connection based on AsyncConnection
new 5dd90b2 HBASE-21718 Implement Admin based on AsyncAdmin
new a4e7eb3 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new 1beca51 HBASE-22239 Should translate the exception before returning
it in AsyncRegionServerAdmin
new a850b1b HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new 14dc55d HBASE-22238 Fix TestRpcControllerFactory
new ca0efe1 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new 53ba819 HBASE-22281 Fix failed shell UTs
new 2a30101 HBASE-22295 Fix TestClientOperationTimeout
new a6ed5bb HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new 31d9459 HBASE-22302 Fix TestHbck
new 6f79550 HBASE-22303 Fix TestReplicationDroppedTables
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 (09e9e01)
\
N -- N -- N refs/heads/HBASE-21512 (6f79550)
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 23 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 | 4 ++--
.../java/org/apache/hadoop/hbase/backup/BackupDriver.java | 3 ++-
.../apache/hadoop/hbase/backup/impl/BackupCommands.java | 3 ++-
.../hadoop/hbase/backup/impl/BackupSystemTable.java | 5 +++--
.../hbase/client/RpcRetryingCallerWithReadReplicas.java | 8 +++++---
.../hbase/coprocessor/TestAsyncCoprocessorEndpoint.java | 8 ++++----
.../hadoop/hbase/client/AsyncRegionServerAdmin.java | 15 ++++++++++++---
.../main/java/org/apache/hadoop/hbase/wal/WALKeyImpl.java | 8 --------
.../java/org/apache/hadoop/hbase/client/TestHbck.java | 4 ++--
src/main/asciidoc/_chapters/architecture.adoc | 4 ++--
10 files changed, 34 insertions(+), 28 deletions(-)