You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
In src/main/java/net/floodlightcontroller/odin/master/OdinMaster.java receivePing function line 104, it called the agentManager.receivePing(odinAgentAddr),which will set a timer to check if the agent has timed out. In line 136 it will update the info of that agent.
I add a line in 136 to inform me that when the info of agent has been updated. log.info("Successfully Update: "+ odinAgentAddr.getHostAddress());
But it seem that the agent still timeout though ODIN_MASTER has received the ping Message.
Please give me some guide. THX.
The text was updated successfully, but these errors were encountered:
Hi.
In src/main/java/net/floodlightcontroller/odin/master/OdinMaster.java receivePing function line 104, it called the agentManager.receivePing(odinAgentAddr),which will set a timer to check if the agent has timed out. In line 136 it will update the info of that agent.
I add a line in 136 to inform me that when the info of agent has been updated.
log.info("Successfully Update: "+ odinAgentAddr.getHostAddress());
But it seem that the agent still timeout though ODIN_MASTER has received the ping Message.
Please give me some guide. THX.
The text was updated successfully, but these errors were encountered: