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.
from 39a227a HBASE-23762 Add documentation on how to enable and view
tracing with OpenTelemetry (#3135)
add ac9d9b4 HBASE-25778 The tracinig implementation for
AsyncConnectionImpl.getHbck is incorrect (#3165)
No new revisions were added by this update.
Summary of changes:
.../hadoop/hbase/client/AsyncConnectionImpl.java | 37 +++----
.../hbase/client/TestAsyncConnectionTracing.java | 112 +++++++++++++++++++++
.../org/apache/hadoop/hbase/trace/TraceUtil.java | 14 +++
3 files changed, 145 insertions(+), 18 deletions(-)
create mode 100644
hbase-client/src/test/java/org/apache/hadoop/hbase/client/TestAsyncConnectionTracing.java