You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2021/12/01 17:21:57 UTC

[hbase] branch master updated (d1762f5 -> ea824df)

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

ndimiduk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from d1762f5  HBASE-26468 Region Server doesn't exit cleanly incase it crashes. (#3862)
     add ea824df  HBASE-26471 Move tracing semantic attributes to their own class (#3896)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/client/AsyncConnectionImpl.java   |  5 ++-
 .../hadoop/hbase/client/AsyncRegionLocator.java    |  4 +-
 .../apache/hadoop/hbase/ipc/AbstractRpcClient.java | 14 ++++---
 .../hbase/client/TestAsyncConnectionTracing.java   |  4 +-
 .../client/TestAsyncRegionLocatorTracing.java      | 20 ++++-----
 .../hadoop/hbase/client/TestAsyncTableTracing.java | 10 ++---
 .../hbase/trace/HBaseSemanticAttributes.java       | 48 ++++++++++++++++++++++
 .../org/apache/hadoop/hbase/trace/TraceUtil.java   | 34 +++------------
 .../org/apache/hadoop/hbase/ipc/CallRunner.java    |  8 ++--
 .../apache/hadoop/hbase/regionserver/HRegion.java  | 10 +++--
 .../hbase/regionserver/wal/AbstractFSWAL.java      |  5 ++-
 .../apache/hadoop/hbase/ipc/AbstractTestIPC.java   | 14 ++++---
 .../hbase/regionserver/TestHRegionTracing.java     |  4 +-
 13 files changed, 109 insertions(+), 71 deletions(-)
 create mode 100644 hbase-common/src/main/java/org/apache/hadoop/hbase/trace/HBaseSemanticAttributes.java