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 0ae082b HBASE-25454 Add trace support for connection registry (#2828)
omit 8be92b5 HBASE-23898 Add trace support for simple apis in async client
(#2813)
omit 0b5f888 HBASE-25424 Find a way to config OpenTelemetry tracing
without direct… (#2808)
omit 79eb3c9 HBASE-25401 Add trace support for async call in rpc client
(#2790)
omit c044607 HBASE-25373 Remove HTrace completely in code base and try to
make use of OpenTelemetry
add 043da5f HBASE-25435 Slow metric value can be configured (#2823)
add ec63cc3 HBASE-25279 Make ZKWatcher ExecutorService launch daemon
threads
add 126d01d HBASE-25456 : add security check for setRegionStateInMeta
(#2833)
new 13dcf7b HBASE-25373 Remove HTrace completely in code base and try to
make use of OpenTelemetry
new 4a43182 HBASE-25401 Add trace support for async call in rpc client
(#2790)
new 198cb5d HBASE-25424 Find a way to config OpenTelemetry tracing
without direct… (#2808)
new 4264a02 HBASE-23898 Add trace support for simple apis in async client
(#2813)
new 10c4212 HBASE-25454 Add trace support for connection registry (#2828)
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 (0ae082b)
\
N -- N -- N refs/heads/HBASE-22120 (10c4212)
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.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../hadoop/hbase/master/MasterRpcServices.java | 1 +
.../hbase/regionserver/MetricsRegionServer.java | 14 ++++++++-----
.../security/access/TestAccessController.java | 23 ++++++++++++++++++++++
.../apache/hadoop/hbase/zookeeper/ZKWatcher.java | 2 +-
4 files changed, 34 insertions(+), 6 deletions(-)