We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830328b commit 370554eCopy full SHA for 370554e
1 file changed
engine/orchestration/src/com/cloud/agent/manager/DirectAgentAttache.java
@@ -34,7 +34,6 @@
34
import com.cloud.agent.transport.Response;
35
import com.cloud.exception.AgentUnavailableException;
36
import com.cloud.host.Status;
37
-import com.cloud.host.Status.Event;
38
import com.cloud.resource.ServerResource;
39
40
public class DirectAgentAttache extends AgentAttache {
@@ -145,7 +144,6 @@ protected synchronized void runInContext() {
145
144
PingCommand cmd = resource.getCurrentStatus(_id);
146
if (cmd == null) {
147
s_logger.warn("Unable to get current status on " + _id + "(" + _name + ")");
148
- _mgr.disconnectWithInvestigation(DirectAgentAttache.this, Event.AgentDisconnected);
149
return;
150
}
151
if (s_logger.isDebugEnabled()) {
0 commit comments