cloudstack/agent
Edison Su 4eab8c4dbd Agent disconnected due to so many Fencecommand send to agent, cause agent can't get pingaswer from mgt server, then agent thinks it's ping timeout, reconnect to mgt server.
The fix is add a separate thread pool for all the reqests from mgt server(which may be time-consuming), so the pingaswer(which is response) is processed in another different thread pool. Make sure the pinganswer is get processed immeidately.
Reviewed-by: Alex
2012-02-09 12:57:01 -08:00
..
bindir full opensource 2011-08-23 19:23:49 -07:00
conf bug 10107,10108: change agent log level from DEBUG to INFO 2011-06-01 17:09:39 -04:00
distro bug 11729: cloud-agent depends on network 2011-11-03 17:59:48 -07:00
doc Source code committed 2010-08-11 09:13:29 -07:00
libexec don't include the whole /usr/share/java/ directory in classpath, or you will get stackoverflow, and delete vm data folder after vm stopped 2011-06-16 12:14:24 -04:00
patch Add license header to files 2011-04-14 11:23:14 -07:00
scripts Add license header to files 2011-04-14 11:23:14 -07:00
src/com/cloud/agent Agent disconnected due to so many Fencecommand send to agent, cause agent can't get pingaswer from mgt server, then agent thinks it's ping timeout, reconnect to mgt server. 2012-02-09 12:57:01 -08:00
test/com/cloud/agent Source code committed 2010-08-11 09:13:29 -07:00
.classpath bug 9371: serve client request only with running proxy VMs, serialize proxy VM launch 2011-05-05 14:59:20 -07:00
.project Source code committed 2010-08-11 09:13:29 -07:00