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