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/14 23:23:49 UTC

[hbase] branch master updated (a36d41a -> 8f5a12f)

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 a36d41a  HBASE-26556 IT and Chaos Monkey improvements (#3932)
     add 8f5a12f  HBASE-26472 Adhere to semantic conventions regarding table data operations

No new revisions were added by this update.

Summary of changes:
 hbase-client/pom.xml                               |   5 +
 .../hadoop/hbase/client/RawAsyncTableImpl.java     | 102 +++++++---
 .../client/trace/TableOperationSpanBuilder.java    | 143 ++++++++++++++
 .../hadoop/hbase/client/TestAsyncTableTracing.java | 212 ++++++++++++++++-----
 .../client/trace/hamcrest/AttributesMatchers.java  |  88 +++++++++
 .../client/trace/hamcrest/SpanDataMatchers.java    |  95 +++++++++
 .../hbase/trace/HBaseSemanticAttributes.java       |  20 ++
 .../org/apache/hadoop/hbase/trace/TraceUtil.java   |  14 +-
 8 files changed, 601 insertions(+), 78 deletions(-)
 create mode 100644 hbase-client/src/main/java/org/apache/hadoop/hbase/client/trace/TableOperationSpanBuilder.java
 create mode 100644 hbase-client/src/test/java/org/apache/hadoop/hbase/client/trace/hamcrest/AttributesMatchers.java
 create mode 100644 hbase-client/src/test/java/org/apache/hadoop/hbase/client/trace/hamcrest/SpanDataMatchers.java