HDDS-431. LeaseManager of CommandWatcher is not started.

Contributed by Elek, Marton.
This commit is contained in:
Anu Engineer 2018-09-11 10:44:47 -07:00
parent 7b5886bf78
commit 8ffbbf51c9

View File

@ -613,6 +613,8 @@ public void start() throws IOException {
"StorageContainerLocationProtocol RPC server",
getClientRpcAddress()));
DefaultMetricsSystem.initialize("StorageContainerManager");
commandWatcherLeaseManager.start();
getClientProtocolServer().start();
LOG.info(buildRpcServerStartMessage("ScmBlockLocationProtocol RPC " +