Skip to content

Commit 5656b70

Browse files
addressed review comment
1 parent d21aaa4 commit 5656b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/src/main/java/com/cloud/agent/Agent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ public void doTask(final Task task) throws TaskExecutionException {
12291229
}
12301230
} else if (task.getType() == Task.Type.DISCONNECT) {
12311231
try {
1232-
// an issue has been found if reconnect immediately after disconnecting. please refer to https://github.com/apache/cloudstack/issues/8517
1232+
// an issue has been found if reconnect immediately after disconnecting.
12331233
// wait 5 seconds before reconnecting
12341234
logger.debug("Wait for 5 secs before reconnecting, disconnect task - {}", () -> getLinkLog(task.getLink()));
12351235
Thread.sleep(5000);

0 commit comments

Comments
 (0)