mirror of https://github.com/apache/cloudstack.git
Merge remote-tracking branch 'origin/4.11'
This commit is contained in:
commit
1f9811db8d
|
|
@ -509,8 +509,8 @@ public class Agent implements HandlerFactory, IAgentControl {
|
|||
_shell.getBackoffAlgorithm().waitBeforeRetry();
|
||||
}
|
||||
|
||||
final String host = _shell.getNextHost();
|
||||
do {
|
||||
final String host = _shell.getNextHost();
|
||||
_connection = new NioClient("Agent", host, _shell.getPort(), _shell.getWorkers(), this);
|
||||
s_logger.info("Reconnecting to host:" + host);
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue