mirror of
https://github.com/apache/cloudstack
synced 2026-08-29 08:41:00 +00:00
Cloudstack 9285 for 4.7.x
This commit is contained in:
parent
a243339faa
commit
5b6fbe6aeb
@ -412,7 +412,8 @@ public class Agent implements HandlerFactory, IAgentControl {
|
||||
try {
|
||||
_connection.start();
|
||||
} catch (final NioConnectionException e) {
|
||||
throw new CloudRuntimeException("Unable to start the connection!", e);
|
||||
s_logger.info("Attempted to connect to the server, but received an unexpected exception, trying again...");
|
||||
|
||||
}
|
||||
_shell.getBackoffAlgorithm().waitBeforeRetry();
|
||||
} while (!_connection.isStartup());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user