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/04/07 01:07:31 UTC

[hbase] branch branch-2 updated (18882d6 -> 50bd11a)

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

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


    from 18882d6  HBASE-24305 Prepare deprecations in ServerName (#1666) (#3121)
     add 50bd11a  HBASE-25735 Add target Region to connection exceptions Signed-off-by: Wellington Chevreuil <wc...@apache.org>

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hbase/client/RpcRetryingCallerImpl.java |  4 +-
 .../apache/hadoop/hbase/ipc/AbstractRpcClient.java |  2 +-
 .../java/org/apache/hadoop/hbase/ipc/Call.java     |  1 +
 .../hadoop/hbase/ipc/HBaseRpcController.java       | 21 ++++++++-
 .../hadoop/hbase/ipc/HBaseRpcControllerImpl.java   | 46 +++++++++++++-----
 .../java/org/apache/hadoop/hbase/ipc/IPCUtil.java  | 55 +++++++++++++---------
 .../org/apache/hadoop/hbase/ipc/RpcConnection.java |  6 +--
 .../hadoop/hbase/ipc/RpcControllerFactory.java     | 12 +++--
 .../hbase/ipc/TestHBaseRpcControllerImpl.java      |  2 +-
 .../org/apache/hadoop/hbase/ipc/TestIPCUtil.java   | 17 +++++--
 .../hbase/client/TestRpcControllerFactory.java     |  9 ++--
 11 files changed, 118 insertions(+), 57 deletions(-)