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 fd463d8 HBASE-25454 Add trace support for connection registry (#2828)
discard e4fce31 HBASE-23898 Add trace support for simple apis in async client
(#2813)
discard b6f4a20 HBASE-25424 Find a way to config OpenTelemetry tracing
without direct… (#2808)
discard cf97a72 HBASE-25401 Add trace support for async call in rpc client
(#2790)
discard f4bcada HBASE-25373 Remove HTrace completely in code base and try to
make use of OpenTelemetry
add 90ff550 HBASE-25463 fix comment error of append.rb (#2845)
add a5eb8f1 HBASE-25438 Update create-release mvn in Dockerfile; its
3.6.0; make … (#2807) Addendum. Missing -L on added curl.
add bedb45d HBASE-25458 HRegion methods cleanup (#2838)
add a414361e HBASE-24755 [LOG][RSGroup]Error message is confusing while
adding a offline RS to rsgroup (#2846)
new 17a8ee7 HBASE-25373 Remove HTrace completely in code base and try to
make use of OpenTelemetry
new e5a31a9 HBASE-25401 Add trace support for async call in rpc client
(#2790)
new ef3dfd7 HBASE-25424 Find a way to config OpenTelemetry tracing
without direct… (#2808)
new f5025f5 HBASE-23898 Add trace support for simple apis in async client
(#2813)
new 974d86c 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 (fd463d8)
\
N -- N -- N refs/heads/HBASE-22120 (974d86c)
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:
dev-support/create-release/hbase-rm/Dockerfile | 2 +-
.../apache/hadoop/hbase/regionserver/HRegion.java | 225 +++++++++------------
.../hadoop/hbase/regionserver/RSRpcServices.java | 3 +-
.../hbase/rsgroup/RSGroupInfoManagerImpl.java | 6 +-
.../hbase/regionserver/TestCompactingMemStore.java | 6 +-
.../TestCompactingToCellFlatMapMemStore.java | 3 +-
.../hbase/regionserver/TestDefaultMemStore.java | 23 +--
.../hadoop/hbase/regionserver/TestHRegion.java | 45 ++---
.../hadoop/hbase/rsgroup/TestRSGroupsAdmin2.java | 4 +-
hbase-shell/src/main/ruby/shell/commands/append.rb | 2 +-
10 files changed, 133 insertions(+), 186 deletions(-)