shwstppr commented on code in PR #10524: URL: https://github.com/apache/cloudstack/pull/10524#discussion_r1986907507
########## server/src/main/java/org/apache/cloudstack/agent/lb/IndirectAgentLBServiceImpl.java: ########## @@ -159,31 +171,41 @@ public void propagateMSListToAgents() { logger.debug("Propagating management server list update to agents"); final String lbAlgorithm = getLBAlgorithmName(); List<DataCenterVO> zones = dataCenterDao.listAll(); + Long lbCheckInterval = getLBPreferredHostCheckInterval(null); Review Comment: @sureshanaparti an issue using the same variable is that the value will change after iterations in the cluster loop. I'm assuming what we want is, - Call setupMSList for system VMs with the config value set at the global level - Call setupMSList for hypervisor hosts with the config value set at its cluster level -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org