HBASE-15139 Connection manager doesn't pass client metrics to RpcClient
This commit is contained in:
parent
8f34f85fe7
commit
cea43788fe
|
@ -693,7 +693,7 @@ class ConnectionManager {
|
|||
this.registry = setupRegistry();
|
||||
retrieveClusterId();
|
||||
|
||||
this.rpcClient = RpcClientFactory.createClient(this.conf, this.clusterId);
|
||||
this.rpcClient = RpcClientFactory.createClient(this.conf, this.clusterId, this.metrics);
|
||||
|
||||
// Do we publish the status?
|
||||
if (shouldListen) {
|
||||
|
|
Loading…
Reference in New Issue