sureshanaparti commented on code in PR #10524:
URL: https://github.com/apache/cloudstack/pull/10524#discussion_r1987032740
##########
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:
same variable is fine, as it is used with global value first to setup MS
list for system VMs, and then used with cluster-level value for hypervisor
hosts. (anyways, i'll rename as advised to avoid confusion).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]