We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21aaa4 commit 5656b70Copy full SHA for 5656b70
agent/src/main/java/com/cloud/agent/Agent.java
@@ -1229,7 +1229,7 @@ public void doTask(final Task task) throws TaskExecutionException {
1229
}
1230
} else if (task.getType() == Task.Type.DISCONNECT) {
1231
try {
1232
- // an issue has been found if reconnect immediately after disconnecting. please refer to https://github.com/apache/cloudstack/issues/8517
+ // an issue has been found if reconnect immediately after disconnecting.
1233
// wait 5 seconds before reconnecting
1234
logger.debug("Wait for 5 secs before reconnecting, disconnect task - {}", () -> getLinkLog(task.getLink()));
1235
Thread.sleep(5000);
0 commit comments