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 e2600dd  HBASE-25733 Upgrade opentelemetry to 1.0.1 (#3122)
 discard e65af84  HBASE-25732 Change the command line argument for tracing 
after upgrading opentelemtry to 1.0.0 (#3123)
    omit 7931782  HBASE-25723 Temporarily remove the trace support for 
RegionScanner.next (#3119)
    omit d7a22da  HBASE-25616 Upgrade opentelemetry to 1.0.0 (#3034)
    omit 62359b7  HBASE-25617 Revisit the span names (#2998)
    omit 4a91fc4  HBASE-25591 Upgrade opentelemetry to 0.17.1 (#2971)
    omit e9a4c46  HBASE-25535 Set span kind to CLIENT in AbstractRpcClient 
(#2907)
    omit f141aa5  HBASE-25484 Add trace support for WAL sync (#2892)
    omit c1da784  HBASE-25455 Add trace support for HRegion read/write 
operation (#2861)
    omit d63ff85  HBASE-25481 Add host and port attribute when tracing rpc call 
at client side (#2857)
    omit 5a29b00  HBASE-25454 Add trace support for connection registry (#2828)
    omit ad5f97e  HBASE-23898 Add trace support for simple apis in async client 
(#2813)
    omit 44b2f16  HBASE-25424 Find a way to config OpenTelemetry tracing 
without direct… (#2808)
    omit 90aa1b2  HBASE-25401 Add trace support for async call in rpc client 
(#2790)
    omit d879fd1  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     add f4e1236  HBASE-25735 Add target Region to connection exceptions 
Signed-off-by: Wellington Chevreuil <wchevre...@apache.org>
     add d9f4f41   HBASE-25735 Add target Region to connection exceptions 
Addendum to fix broke compile.
     add 54dc0d3  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     add 1510f3d  HBASE-25401 Add trace support for async call in rpc client 
(#2790)
     add 5d395c1  HBASE-25424 Find a way to config OpenTelemetry tracing 
without direct… (#2808)
     add a581a83  HBASE-23898 Add trace support for simple apis in async client 
(#2813)
     add c65345b  HBASE-25454 Add trace support for connection registry (#2828)
     add 37a0ad4  HBASE-25481 Add host and port attribute when tracing rpc call 
at client side (#2857)
     add 0f2c4de  HBASE-25455 Add trace support for HRegion read/write 
operation (#2861)
     add 2e4aec8  HBASE-25484 Add trace support for WAL sync (#2892)
     add 3d01a1f  HBASE-25535 Set span kind to CLIENT in AbstractRpcClient 
(#2907)
     add 25e9b90  HBASE-25591 Upgrade opentelemetry to 0.17.1 (#2971)
     add 1414436  HBASE-25617 Revisit the span names (#2998)
     add 08388cd  HBASE-25616 Upgrade opentelemetry to 1.0.0 (#3034)
     add 086ae76  HBASE-25723 Temporarily remove the trace support for 
RegionScanner.next (#3119)
     add b022fd8  HBASE-25732 Change the command line argument for tracing 
after upgrading opentelemtry to 1.0.0 (#3123)
     add a17e55f  HBASE-25733 Upgrade opentelemetry to 1.0.1 (#3122)

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   (e2600dd)
            \
             N -- N -- N   refs/heads/HBASE-22120 (a17e55f)

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.

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/ipc/AbstractRpcClient.java |  2 +-
 .../java/org/apache/hadoop/hbase/ipc/Call.java     |  1 +
 .../hadoop/hbase/ipc/HBaseRpcController.java       | 21 ++++++++-
 .../hadoop/hbase/ipc/HBaseRpcControllerImpl.java   | 46 +++++++++++++-----
 .../java/org/apache/hadoop/hbase/ipc/IPCUtil.java  | 55 +++++++++++++---------
 .../org/apache/hadoop/hbase/ipc/RpcConnection.java |  6 +--
 .../hadoop/hbase/ipc/RpcControllerFactory.java     | 12 +++--
 .../hbase/ipc/TestHBaseRpcControllerImpl.java      |  2 +-
 .../org/apache/hadoop/hbase/ipc/TestIPCUtil.java   | 17 +++++--
 .../hbase/client/TestRpcControllerFactory.java     |  9 ++--
 .../hbase/client/AsyncRegionServerAdmin.java       |  2 +-
 11 files changed, 116 insertions(+), 57 deletions(-)

Reply via email to