HBASE-15139 Connection manager doesn't pass client metrics to RpcClient

This commit is contained in:
Mikhail Antonov 2016-01-20 14:05:12 -08:00
parent bd9906736e
commit 4bf6f8379d
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class ConnectionImplementation implements ClusterConnection, Closeable {
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) {