Revert "HBASE-14583 Enabled client-side metrics by default"
Caused TestShell to hang. Reverting for now.
This reverts commit dced02ad9f
.
This commit is contained in:
parent
90f0644d9a
commit
cab158173d
|
@ -673,7 +673,7 @@ class ConnectionManager {
|
|||
this.rpcCallerFactory = RpcRetryingCallerFactory.instantiate(conf, interceptor, this.stats);
|
||||
this.backoffPolicy = ClientBackoffPolicyFactory.create(conf);
|
||||
this.asyncProcess = createAsyncProcess(this.conf);
|
||||
if (conf.getBoolean(CLIENT_SIDE_METRICS_ENABLED_KEY, true)) {
|
||||
if (conf.getBoolean(CLIENT_SIDE_METRICS_ENABLED_KEY, false)) {
|
||||
this.metrics = new MetricsConnection(this);
|
||||
} else {
|
||||
this.metrics = null;
|
||||
|
|
Loading…
Reference in New Issue