You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/02/25 02:04:24 UTC

[hbase] branch HBASE-22120 updated (b765a0b -> fd160ac)

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 b765a0b  HBASE-25535 Set span kind to CLIENT in AbstractRpcClient (#2907)
    omit c0c4fce  HBASE-25484 Add trace support for WAL sync (#2892)
    omit cbd1e50  HBASE-25455 Add trace support for HRegion read/write operation (#2861)
    omit a61e296  HBASE-25481 Add host and port attribute when tracing rpc call at client side (#2857)
    omit 59682e9  HBASE-25454 Add trace support for connection registry (#2828)
    omit fd5a18b  HBASE-23898 Add trace support for simple apis in async client (#2813)
    omit 91bb98a  HBASE-25424 Find a way to config OpenTelemetry tracing without direct… (#2808)
    omit c12046a  HBASE-25401 Add trace support for async call in rpc client (#2790)
    omit 93011da  HBASE-25373 Remove HTrace completely in code base and try to make use of OpenTelemetry
     add dc993f3  HBASE-25589 Update download page for HBase Operator Tools to 1.1.0
     add d8b8662  HBASE-25574 Revisit put/delete/increment/append related RegionObserver methods (#2953)
     add 5fa15cf  HBASE-25575 Should validate Puts in RowMutations (#2954)
     add 8f03c44  HBASE-25556 Frequent replication "Encountered a malformed edit" warnings (#2965)
     add 51a3d45  HBASE-25598 TestFromClientSide5.testScanMetrics is flaky (#2977)
     add ed2693f  HBASE-25602 Fix broken TestReplicationShell on master (#2981)
     add 1097d4d  HBASE-25373 Remove HTrace completely in code base and try to make use of OpenTelemetry
     add f156a6f  HBASE-25401 Add trace support for async call in rpc client (#2790)
     add fba34a6  HBASE-25424 Find a way to config OpenTelemetry tracing without direct… (#2808)
     add 851753d  HBASE-23898 Add trace support for simple apis in async client (#2813)
     add c10c210  HBASE-25454 Add trace support for connection registry (#2828)
     add e7dc0ad  HBASE-25481 Add host and port attribute when tracing rpc call at client side (#2857)
     add 45ed17a  HBASE-25455 Add trace support for HRegion read/write operation (#2861)
     add 3ba23c1  HBASE-25484 Add trace support for WAL sync (#2892)
     add fd160ac  HBASE-25535 Set span kind to CLIENT in AbstractRpcClient (#2907)

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

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:
 .../hadoop/hbase/client/ConnectionUtils.java       |  10 +-
 .../hadoop/hbase/client/RawAsyncTableImpl.java     |  12 +-
 .../hadoop/hbase/coprocessor/RegionObserver.java   | 187 +++++++++++++++++++--
 .../apache/hadoop/hbase/regionserver/HRegion.java  |  17 +-
 .../hbase/regionserver/RegionCoprocessorHost.java  |  57 +++----
 .../hbase/regionserver/wal/ProtobufLogReader.java  |   6 +-
 .../apache/hadoop/hbase/client/TestAsyncTable.java |  43 +++++
 .../hadoop/hbase/client/TestAsyncTableBatch.java   |  50 ++++++
 .../hadoop/hbase/client/TestFromClientSide5.java   |  20 +--
 .../src/main/ruby/hbase/replication_admin.rb       |  23 +--
 .../hadoop/hbase/client/TestReplicationShell.java  |   3 -
 src/site/xdoc/downloads.xml                        |  12 +-
 12 files changed, 349 insertions(+), 91 deletions(-)