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.


    omit cf3afec  HBASE-23898 Add trace support for simple apis in async client 
(#2813)
    omit ada9b4a  HBASE-25424 Find a way to config OpenTelemetry tracing 
without direct… (#2808)
    omit 704b9c3  HBASE-25401 Add trace support for async call in rpc client 
(#2790)
    omit 968e4f1  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     add 29a9a16  HBASE-25441 : add security check for some APIs in 
RSRpcServices (#2810)
     add fbf00f9  HBASE-25451 Upgrade commons-io to 2.8.0 (#2825)
     new c044607  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     new 79eb3c9  HBASE-25401 Add trace support for async call in rpc client 
(#2790)
     new 0b5f888  HBASE-25424 Find a way to config OpenTelemetry tracing 
without direct… (#2808)
     new 8be92b5  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   (cf3afec)
            \
             N -- N -- N   refs/heads/HBASE-22120 (8be92b5)

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/client/AsyncConnectionImpl.java   |  7 ++++---
 .../hbase/client/example/AsyncClientExample.java   |  2 +-
 .../hadoop/hbase/io/FSDataInputStreamWrapper.java  |  8 ++++----
 .../org/apache/hadoop/hbase/io/hfile/HFile.java    |  3 ++-
 .../apache/hadoop/hbase/io/hfile/HFileInfo.java    | 17 +++++++++++----
 .../org/apache/hadoop/hbase/master/HMaster.java    | 17 +++++++++++++--
 .../hadoop/hbase/regionserver/RSRpcServices.java   |  9 ++++++--
 .../org/apache/hadoop/hbase/util/HBaseFsck.java    | 13 ++++++------
 .../org/apache/hadoop/hbase/util/RegionMover.java  |  4 ++--
 .../AbstractTestAsyncTableRegionReplicasRead.java  |  5 +++--
 .../hadoop/hbase/client/TestAsyncAdminBase.java    |  5 +++--
 .../hadoop/hbase/client/TestAsyncAdminBuilder.java |  5 +++--
 .../hbase/client/TestAsyncClusterAdminApi2.java    |  5 +++--
 .../hbase/client/TestAsyncMetaRegionLocator.java   |  5 +++--
 .../client/TestAsyncNonMetaRegionLocator.java      |  5 +++--
 ...stAsyncNonMetaRegionLocatorConcurrenyLimit.java |  5 +++--
 .../hbase/client/TestAsyncRegionLocator.java       |  5 +++--
 .../TestAsyncSingleRequestRpcRetryingCaller.java   |  5 +++--
 .../apache/hadoop/hbase/client/TestAsyncTable.java |  5 +++--
 .../TestAsyncTableLocateRegionForDeletedTable.java |  5 +++--
 .../hbase/client/TestAsyncTableNoncedRetry.java    |  5 +++--
 .../hbase/client/TestAsyncTableScanMetrics.java    |  5 +++--
 ...estCatalogReplicaLoadBalanceSimpleSelector.java |  6 ++++--
 .../hbase/client/TestMetaRegionLocationCache.java  |  5 +++--
 .../hbase/client/TestZKConnectionRegistry.java     |  5 +++--
 .../TestMasterOperationsForRegionReplicas.java     |  4 ++--
 .../regionserver/TestEndToEndSplitTransaction.java | 24 +++++++---------------
 .../TestSplitTransactionOnCluster.java             |  4 ++--
 .../hbase/replication/TestReplicationBase.java     | 12 ++++++-----
 .../replication/TestReplicationSyncUpToolBase.java | 13 +++++++-----
 .../TestSerialReplicationEndpoint.java             |  5 ++---
 pom.xml                                            |  2 +-
 32 files changed, 133 insertions(+), 92 deletions(-)

Reply via email to