This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a change to branch HBASE-22120
in repository https://gitbox.apache.org/repos/asf/hbase.git.


 discard 00c66b2  HBASE-23898 Add trace support for simple apis in async client 
(#2813)
    omit 064e968  HBASE-25424 Find a way to config OpenTelemetry tracing 
without direct… (#2808)
    omit d78e359  HBASE-25401 Add trace support for async call in rpc client 
(#2790)
    omit b6e1e4a  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     add c96fbf0  HBASE-25379 Make retry pause time configurable for 
regionserver short operation RPC 
(reportRegionStateTransition/reportProcedureDone) (#2757)
     add 55a4eca  HBASE-25452 Use MatcherAssert.assertThat instead of 
org.junit.Assert.assertThat (#2826)
     new 968e4f1  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     new 704b9c3  HBASE-25401 Add trace support for async call in rpc client 
(#2790)
     new ada9b4a  HBASE-25424 Find a way to config OpenTelemetry tracing 
without direct… (#2808)
     new cf3afec  HBASE-23898 Add trace support for simple apis in async client 
(#2813)

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   (00c66b2)
            \
             N -- N -- N   refs/heads/HBASE-22120 (cf3afec)

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 4 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:
 .../hadoop/hbase/ipc/TestFailedServersLog.java     |  2 +-
 .../ipc/TestRpcClientDeprecatedNameMapping.java    |  2 +-
 .../java/org/apache/hadoop/hbase/HConstants.java   | 11 +++++++++++
 .../org/apache/hadoop/hbase/hbtop/TestRecord.java  |  2 +-
 .../hadoop/hbase/hbtop/TestRecordFilter.java       |  2 +-
 .../org/apache/hadoop/hbase/hbtop/TestUtils.java   |  3 +--
 .../hadoop/hbase/hbtop/field/TestFieldValue.java   |  2 +-
 .../hadoop/hbase/hbtop/mode/TestClientMode.java    |  3 +--
 .../hadoop/hbase/hbtop/mode/TestNamespaceMode.java |  2 +-
 .../hadoop/hbase/hbtop/mode/TestRegionMode.java    |  2 +-
 .../hbase/hbtop/mode/TestRegionServerMode.java     |  2 +-
 .../hbtop/mode/TestRequestCountPerSecond.java      |  2 +-
 .../hadoop/hbase/hbtop/mode/TestTableMode.java     |  2 +-
 .../hadoop/hbase/hbtop/mode/TestUserMode.java      |  3 +--
 .../screen/field/TestFieldScreenPresenter.java     |  2 +-
 .../hbtop/screen/help/TestHelpScreenPresenter.java |  2 +-
 .../hbtop/screen/mode/TestModeScreenPresenter.java |  2 +-
 .../top/TestFilterDisplayModeScreenPresenter.java  |  2 +-
 .../screen/top/TestInputModeScreenPresenter.java   |  2 +-
 .../screen/top/TestMessageModeScreenPresenter.java |  2 +-
 .../hadoop/hbase/hbtop/screen/top/TestPaging.java  |  2 +-
 .../hbase/hbtop/screen/top/TestTopScreenModel.java |  2 +-
 .../hbase/http/TestSecurityHeadersFilter.java      |  3 ++-
 .../replication/TestReplicationStateBasic.java     |  3 +--
 .../replication/TestZKReplicationQueueStorage.java |  3 +--
 .../hbase/rest/TestSecurityHeadersFilter.java      |  3 ++-
 .../hadoop/hbase/regionserver/HRegionServer.java   | 23 +++++++++++++++++-----
 .../RemoteProcedureResultReporter.java             |  7 ++-----
 .../client/TestAsyncAdminWithRegionReplicas.java   |  2 +-
 .../hbase/client/TestAsyncBufferMutator.java       |  2 +-
 .../client/TestAsyncNonMetaRegionLocator.java      |  2 +-
 .../hbase/client/TestAsyncRegionAdminApi.java      |  5 +++--
 .../hbase/client/TestAsyncRegionAdminApi2.java     |  2 +-
 .../hbase/client/TestAsyncRegionLocator.java       |  2 +-
 .../hbase/client/TestAsyncReplicationAdminApi.java |  2 +-
 .../TestAsyncSingleRequestRpcRetryingCaller.java   |  2 +-
 .../apache/hadoop/hbase/client/TestAsyncTable.java |  2 +-
 .../hadoop/hbase/client/TestAsyncTableBatch.java   |  2 +-
 .../hbase/client/TestAsyncTableScanException.java  |  2 +-
 .../hadoop/hbase/client/TestCheckAndMutate.java    |  2 +-
 .../hadoop/hbase/client/TestFromClientSide4.java   |  2 +-
 .../client/TestFromClientSideScanExcpetion.java    |  2 +-
 .../hbase/client/TestScannersFromClientSide.java   |  2 +-
 .../hbase/client/TestZKConnectionRegistry.java     |  2 +-
 .../io/hfile/bucket/TestBucketWriterThread.java    |  2 +-
 .../hbase/quotas/TestSpaceQuotaOnBulkLoad.java     |  3 +--
 .../TestCompactionLifeCycleTracker.java            |  2 +-
 .../regionserver/TestHRegionServerBulkLoad.java    |  2 +-
 .../hbase/regionserver/TestSplitLogWorker.java     |  2 +-
 .../hbase/regionserver/wal/AbstractTestFSWAL.java  |  2 +-
 .../hbase/replication/SyncReplicationTestBase.java |  2 +-
 .../replication/TestSerialSyncReplication.java     |  2 +-
 .../replication/TestSyncReplicationActive.java     |  2 +-
 ...cReplicationMoreLogsInLocalGiveUpSplitting.java |  2 +-
 .../TestSyncReplicationRemoveRemoteWAL.java        |  2 +-
 .../replication/TestSyncReplicationStandBy.java    |  2 +-
 .../token/TestGenerateDelegationToken.java         |  2 +-
 .../hbase/wal/TestSyncReplicationWALProvider.java  |  2 +-
 .../hbase/zookeeper/TestReadOnlyZKClient.java      |  3 ++-
 59 files changed, 92 insertions(+), 73 deletions(-)

Reply via email to