We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a243339 commit 5b6fbe6Copy full SHA for 5b6fbe6
1 file changed
agent/src/com/cloud/agent/Agent.java
@@ -412,7 +412,8 @@ protected void reconnect(final Link link) {
412
try {
413
_connection.start();
414
} catch (final NioConnectionException e) {
415
- 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...");
416
+
417
}
418
_shell.getBackoffAlgorithm().waitBeforeRetry();
419
} while (!_connection.isStartup());
0 commit comments