Sanjeev N created CLOUDSTACK-5753:
-------------------------------------
Summary: [Hyper-v] ConsoleProxyLoadReportCommand does not honor
the default value of consoleproxy.loadscan.interval which is 10sec
Key: CLOUDSTACK-5753
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5753
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Hypervisor Controller
Affects Versions: 4.3.0
Environment: Latest build from 4.3branch with commit:
95b6a7b96dab1c77e25987d6fe6003b4447281f1
Reporter: Sanjeev N
Fix For: 4.3.0
[Hyper-v] ConsoleProxyLoadReportCommand does not honor the default value of
consoleproxy.loadscan.interval which is 10sec
Steps to reproduce:
===============
1.Bring up CS in advanced zone with Hyper-v cluster
2.Wait for the system vms to come up.
3.Deploy one guest vm with default centos template
4.Observe MS log for events related to ConsoleProxyLoadReportCommand
Result:
======
ConsoleProxyLoadReportCommand is getting executed for every 5 sec. However the
default value for consoleproxy.loadscan.interval is set to 10sec. So the
command should be exected at 10sec interval.
Few events grepped for the above command:
[root@RIAK-57 ~]# tail -f /var/log/cloudstack/management/management-server.log
| grep ConsoleProxyLoadReportCommand
2014-01-03 12:56:10,881 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentManager-Handler-8:null) SeqA 4-11496: Processing Seq 4-11496: { Cmd ,
MgmtId: -1, via: 4, Ver: v1, Flags: 11,
[{"com.cloud.agent.api.ConsoleProxyLoadReportCommand":{"_proxyVmId":2,"_loadInfo":"{\n
\"connections\": []\n}","wait":0}}] }
2014-01-03 12:56:15,885 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentManager-Handler-5:null) SeqA 4-11497: Processing Seq 4-11497: { Cmd ,
MgmtId: -1, via: 4, Ver: v1, Flags: 11,
[{"com.cloud.agent.api.ConsoleProxyLoadReportCommand":{"_proxyVmId":2,"_loadInfo":"{\n
\"connections\": []\n}","wait":0}}] }
2014-01-03 12:56:20,889 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentManager-Handler-12:null) SeqA 4-11498: Processing Seq 4-11498: { Cmd ,
MgmtId: -1, via: 4, Ver: v1, Flags: 11,
[{"com.cloud.agent.api.ConsoleProxyLoadReportCommand":{"_proxyVmId":2,"_loadInfo":"{\n
\"connections\": []\n}","wait":0}}] }
2014-01-03 12:56:25,933 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentManager-Handler-7:null) SeqA 4-11500: Processing Seq 4-11500: { Cmd ,
MgmtId: -1, via: 4, Ver: v1, Flags: 11,
[{"com.cloud.agent.api.ConsoleProxyLoadReportCommand":{"_proxyVmId":2,"_loadInfo":"{\n
\"connections\": []\n}","wait":0}}] }
2014-01-03 12:56:30,896 DEBUG [c.c.a.m.AgentManagerImpl]
(AgentManager-Handler-10:null) SeqA 4-11501: Processing Seq 4-11501: { Cmd ,
MgmtId: -1, via: 4, Ver: v1, Flags: 11,
[{"com.cloud.agent.api.ConsoleProxyLoadReportCommand":{"_proxyVmId":2,"_loadInfo":"{\n
\"connections\": []\n}","wait":0}}] }
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)