You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2021/03/29 20:06:04 UTC

[hbase] branch branch-1 updated (060e9e7 -> d07ef8f)

This is an automated email from the ASF dual-hosted git repository.

stack pushed a change to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git.


    from 060e9e7  HBASE-25687 Backport "HBASE-25681 Add a switch for server/table queryMeter" to branch-2 and branch-1 (#3082)
     add d07ef8f  HBASE-25670 Backport HBASE-25665 to branch-1 (#3059)

No new revisions were added by this update.

Summary of changes:
 .../apache/hadoop/hbase/ipc/AbstractRpcClient.java |   4 +-
 .../hadoop/hbase/ipc/BlockingRpcConnection.java    |   3 +-
 .../hadoop/hbase/ipc/NettyRpcConnection.java       |   3 +-
 .../org/apache/hadoop/hbase/ipc/RpcConnection.java |  30 +++++-
 .../java/org/apache/hadoop/hbase/HConstants.java   |  12 +++
 .../java/org/apache/hadoop/hbase/net/Address.java  |   6 +-
 hbase-common/src/main/resources/hbase-default.xml  |   8 ++
 .../hadoop/hbase/security/TestSecureIPC.java       | 116 ++++++++++++++++++++-
 8 files changed, 167 insertions(+), 15 deletions(-)