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 6f79550 HBASE-22303 Fix TestReplicationDroppedTables
discard 31d9459 HBASE-22302 Fix TestHbck
discard a6ed5bb HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
discard 2a30101 HBASE-22295 Fix TestClientOperationTimeout
discard 53ba819 HBASE-22281 Fix failed shell UTs
discard ca0efe1 HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
discard 14dc55d HBASE-22238 Fix TestRpcControllerFactory
discard a850b1b HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
discard 1beca51 HBASE-22239 Should translate the exception before returning
it in AsyncRegionServerAdmin
discard a4e7eb3 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
discard 5dd90b2 HBASE-21718 Implement Admin based on AsyncAdmin
discard 74011b3 HBASE-21717 Implement Connection based on AsyncConnection
discard 46ac41d HBASE-21585 Remove ClusterConnection
discard 642bd15 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
discard a3f6198 HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
discard f71b073 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
discard dbb2770 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
discard 730a7c4 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
discard f861424 HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
discard ce99709 HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
discard 828d479 HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
discard a24158d HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
discard 412b678 HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
add 184568c HBASE-22307 Deprecated Preemptive Fail Fast
new 07bb74a HBASE-21515 Also initialize an AsyncClusterConnection in
HRegionServer
new 7fb9bb7 HBASE-21516 Use AsyncConnection instead of Connection in
SecureBulkLoadManager
new 50b691b HBASE-21526 Use AsyncClusterConnection in ServerManager for
getRsAdmin
new 2d4940b HBASE-21579 Use AsyncClusterConnection for
HBaseInterClusterReplicationEndpoint
new d853d3d HBASE-21538 Rewrite RegionReplicaFlushHandler to use
AsyncClusterConnection
new d6d0583 HBASE-21671 Rewrite RegionReplicaReplicationEndpoint to use
AsyncClusterConnection
new 3e077f1 HBASE-21537 Rewrite ServerManager.closeRegionSilentlyAndWait
to use AsyncClusterConnection
new 2efbe72 HBASE-21719 Rewrite RegionPlacementMaintainer to use
AsyncClusterConnection
new a0612e3 HBASE-21778 Remove the usage of the locateRegion related
methods in ClusterConnection
new dc31ff0 HBASE-21779 Reimplement BulkLoadHFilesTool to use
AsyncClusterConnection
new 6ea4ac2 HBASE-21585 Remove ClusterConnection
new ea790db HBASE-21717 Implement Connection based on AsyncConnection
new 62d2e71 HBASE-21718 Implement Admin based on AsyncAdmin
new cf46aa2 HBASE-22241 Fix TestRegionServerCoprocessorEndpoint
new 7b74bb7 HBASE-22239 Should translate the exception before returning
it in AsyncRegionServerAdmin
new 85abd56 HBASE-21725 Implement BufferedMutator Based on
AsyncBufferedMutator
new 46fcb78 HBASE-22238 Fix TestRpcControllerFactory
new 71a775c HBASE-22223 Implement RegionLocator based on
AsyncTableRegionLocator
new 2e99be0 HBASE-22281 Fix failed shell UTs
new c2df8e3 HBASE-22295 Fix TestClientOperationTimeout
new 0d9e9b9 HBASE-22297 Fix TestRegionMergeTransitionOnCluster and
TestSplitTransactionOnCluster
new 4be510b HBASE-22302 Fix TestHbck
new 1465841 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 (6f79550)
\
N -- N -- N refs/heads/HBASE-21512 (1465841)
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:
.../java/org/apache/hadoop/hbase/HConstants.java | 65 +++++++++++++++++-----
1 file changed, 52 insertions(+), 13 deletions(-)