rhtyd commented on a change in pull request #2309: CLOUDSTACK-10132: Multiple
Management Servers Support for agents
URL: https://github.com/apache/cloudstack/pull/2309#discussion_r151064002
##########
File path: agent/src/com/cloud/agent/Agent.java
##########
@@ -265,6 +273,8 @@ public void start() {
s_logger.info("Attempted to connect to the server, but
received an unexpected exception, trying again...");
}
}
+ _shell.updateConnectedHost();
Review comment:
@nvazquez to be on safer/deterministic side, can this method accept the
`host` String and set that instead of `hostToConnect`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services