You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Duo Zhang (JIRA)" <ji...@apache.org> on 2017/03/20 13:05:41 UTC

[jira] [Created] (HBASE-17812) Remove RpcConnection from pool in AbstractRpcClient.cancelConnections

Duo Zhang created HBASE-17812:
---------------------------------

             Summary: Remove RpcConnection from pool in AbstractRpcClient.cancelConnections
                 Key: HBASE-17812
                 URL: https://issues.apache.org/jira/browse/HBASE-17812
             Project: HBase
          Issue Type: Bug
          Components: Client, rpc
    Affects Versions: 2.0.0
            Reporter: Duo Zhang
            Assignee: Duo Zhang
             Fix For: 2.0.0


Found it when backporting the new rpc implementation to branch-1 in HBASE-16584. It will cause TestHCM fail on branch-1 as on branch-1 the default rpc implementation is BlockingRpcClient which is not always reconnectable after shutdown. On master TestHCM will not fail as NettyRpcConnection is always reconnectable. But we still need to fix it as it is a bug. Only a trivial one line patch.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)