We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 143fe53 + 1904a70 commit e871638Copy full SHA for e871638
1 file changed
agent/src/main/java/com/cloud/agent/Agent.java
@@ -303,6 +303,7 @@ public void start() {
303
304
public void stop(final String reason, final String detail) {
305
s_logger.info("Stopping the agent: Reason = " + reason + (detail != null ? ": Detail = " + detail : ""));
306
+ _reconnectAllowed = false;
307
if (_connection != null) {
308
final ShutdownCommand cmd = new ShutdownCommand(reason, detail);
309
try {
0 commit comments