HDDS-431. LeaseManager of CommandWatcher is not started.
Contributed by Elek, Marton.
This commit is contained in:
parent
7b5886bf78
commit
8ffbbf51c9
|
@ -613,6 +613,8 @@ public final class StorageContainerManager extends ServiceRuntimeInfoImpl
|
|||
"StorageContainerLocationProtocol RPC server",
|
||||
getClientRpcAddress()));
|
||||
DefaultMetricsSystem.initialize("StorageContainerManager");
|
||||
|
||||
commandWatcherLeaseManager.start();
|
||||
getClientProtocolServer().start();
|
||||
|
||||
LOG.info(buildRpcServerStartMessage("ScmBlockLocationProtocol RPC " +
|
||||
|
|
Loading…
Reference in New Issue