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 dd2ca83 HBASE-21717 Implement Connection based on AsyncConnection
discard 2a1bd27 HBASE-21585 Remove ClusterConnection
discard 6f0ecdf HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard 69b539a HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard e0146da HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard cec84ba HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard b2337d4 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard 6a353c3 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard edf3cce HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard ed28d0e HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard 0f748ea HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard b26c380 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 28d1b76 HBASE-22152 Addendum use hbase account instead of hadoop
(#112)
add 04937ba HBASE-22158 RawAsyncHBaseAdmin.getTableSplits should filter
out none default replicas
add 6abf408 HBASE-20912 Add import order config in dev support for
eclipse (Ankit Singhal and Tak Lon (Stephen) Wu)
add 86f9443 HBASE-22174 Remove error prone from our precommit javac check
add 1233ca7 Merge pull request #113 from Apache9/HBASE-22174
new 8f8fa8d HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new 697ecfe HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new 0366ae8 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new 39404e9 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new cc702ad HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new 8ca9a3d HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new eec353f HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new 48b8b49 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new 099092a HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new 922fe5f HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new e6bbe05 HBASE-21585 Remove ClusterConnection
new 061a452 HBASE-21717 Implement Connection based on AsyncConnection
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 (dd2ca83)
\
N -- N -- N refs/heads/HBASE-21512 (061a452)
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 12 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_GitHub | 3 +-
.gitattributes => dev-support/eclipse.importorder | 16 ++-----
dev-support/hbase-personality.sh | 5 +-
.../hadoop/hbase/client/RawAsyncHBaseAdmin.java | 56 ++++++++++++----------
....java => TestAsyncAdminWithRegionReplicas.java} | 30 +++++++++++-
5 files changed, 70 insertions(+), 40 deletions(-)
copy .gitattributes => dev-support/eclipse.importorder (76%)
rename
hbase-server/src/test/java/org/apache/hadoop/hbase/client/{TestAsyncRegionAdminApiWithRegionReplicas.java
=> TestAsyncAdminWithRegionReplicas.java} (81%)