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 4258d2c  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry
     add f600856  HBASE-25383: Ability to update and remove peer base config
     add 33441f5  Revert "HBASE-25368 Filter out more invalid encoded name in 
isEncodedRegionName(byte[] regionName) (#2753)"
     add 7b1e9cd  HBASE-25404 Procedures table Id under master web UI gets word 
break to single character (#2783)
     add 1540b89  HBASE-25420 Some minor improvements in rpc implementation 
(#2792)
     new 20c59d8  HBASE-25373 Remove HTrace completely in code base and try to 
make use of OpenTelemetry

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   (4258d2c)
            \
             N -- N -- N   refs/heads/HBASE-22120 (20c59d8)

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 1 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/client/RawAsyncHBaseAdmin.java    |  87 ++++++++---------
 .../org/apache/hadoop/hbase/client/RegionInfo.java |  18 +---
 .../replication/ReplicationPeerConfigUtil.java     |  34 ++++---
 .../hadoop/hbase/ipc/NettyRpcDuplexHandler.java    |  28 +++---
 .../hbase/replication/ReplicationPeerConfig.java   |   6 ++
 .../replication/ReplicationPeerConfigBuilder.java  |   9 ++
 .../replication/TestZKReplicationPeerStorage.java  |  67 +++++++++++--
 .../hadoop/hbase/ipc/NettyRpcFrameDecoder.java     |   8 +-
 .../org/apache/hadoop/hbase/ipc/ServerCall.java    |  31 +++---
 .../apache/hadoop/hbase/ipc/SimpleRpcServer.java   |  45 +++++----
 .../master/replication/ReplicationPeerManager.java |   4 +-
 .../resources/hbase-webapps/master/procedures.jsp  |   2 +-
 .../resources/hbase-webapps/static/css/hbase.css   |   5 +
 .../org/apache/hadoop/hbase/client/TestAdmin1.java |  19 ----
 .../hbase/replication/TestMasterReplication.java   | 107 +++++++++++++++------
 15 files changed, 280 insertions(+), 190 deletions(-)

Reply via email to