You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@git.apache.org on 2017/08/29 12:26:40 UTC

[GitHub] vedulasantosh commented on issue #2054: CLOUDSTACK-9886 : After restarting cloudstack-management , It takes time to connect hosts

vedulasantosh commented on issue #2054: CLOUDSTACK-9886 : After restarting cloudstack-management , It takes time to connect hosts
URL: https://github.com/apache/cloudstack/pull/2054#issuecomment-325647854
 
 
   Test LGTM
   
   Before Fix:
   
   It took about 12 mins to connect ESXi host after MS was restarted.
   
   2017-08-29 15:55:57,441 INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) (logid:) Running system integrity checker org.apache.cloudstack.utils.identity.ManagementServerNode@56c9aa12
   2017-08-29 15:55:57,441 INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) (logid:) Configuring CloudStack Components
   2017-08-29 16:08:30,772 DEBUG [c.c.a.m.AgentManagerImpl] (AgentTaskPool-1:ctx-e4b9546b) (logid:7831f281) Simulating start for resource 10.112.3.36 id 1
   2017-08-29 16:08:30,772 DEBUG [c.c.a.m.AgentManagerImpl] (AgentTaskPool-1:ctx-e4b9546b) (logid:7831f281) Creating agent for host 1
   2017-08-29 16:08:30,951 DEBUG [c.c.s.StatsCollector] (StatsCollector-4:ctx-200c10b0) (logid:88d478b5) HostOutOfBandManagementStatsCollector is running...
   
   
   After Fix:
   
   It took about 38 sec to connect ESXi host after MS was restarted.
   
   2017-08-29 17:42:14,432 INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) (logid:) Running system integrity checker org.apache.cloudstack.utils.identity.ManagementServerNode@4d1847de
   2017-08-29 17:42:14,433 INFO  [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:null) (logid:) Configuring CloudStack Components
   2017-08-29 17:42:52,302 DEBUG [c.c.a.m.AgentManagerImpl] (AgentTaskPool-1:ctx-2410f7cb) (logid:b06510de) Simulating start for resource 10.112.3.36 id 1
   2017-08-29 17:42:52,302 DEBUG [c.c.a.m.AgentManagerImpl] (AgentTaskPool-1:ctx-2410f7cb) (logid:b06510de) Creating agent for host 1
   2017-08-29 17:42:53,748 DEBUG [c.c.s.StatsCollector] (StatsCollector-1:ctx-5c38226e) (logid:203d8311) HostStatsCollector is running...
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services