HDDS-431. LeaseManager of CommandWatcher is not started.

Contributed by Elek, Marton.

(cherry picked from commit 8ffbbf51c9a0f9bbcd9ee7452d95e588a2cb87ac)
This commit is contained in:
Anu Engineer 2018-09-11 10:44:47 -07:00
parent 0d3406e25c
commit 54ec2366e2

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 " +