cloudstack-mirror/server/src/com/cloud
Sheng Yang 3c68b9f850 CLOUDSTACK-4540: Set execute.in.sequence.network.element.commands=true by default
The things is, VR would take time to execute the commands, say it would need
time t1(which is greater than 0).

And the interval between parallel deployment is t2(which can be almost 0).  In
any case, VR need to handle commands in sequence internally, so if t1 > t2, then
the new task in the VR would wait longer and longer to execute, then some
commands result in timeout ultimately. No matter how long the timeout is, if
there are enough big number of queued task for VR, the last ones can timeout.

Currently VR has a robust mechanism to sequence the jobs internal and I
confirmed in this case, it works well. But there is no way to fix this issue if
VR is already 100% load at all time.

Probably we can improve the speed of VR internal executing, but seems the
ultimate answer is: set execute.in.sequence.network.element.commands to true. VR
doesn’t know how long it would take for mgmt. server to timeout, only mgmt.
server knows that.

By setting sequence execution in VR to "true", mgmt server would handle the
commands in a queue, make sure that VR won't be overload and report unexpected
failure just because it's overload.
2014-01-02 15:41:31 -08:00
..
account Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
acl Reformatted all of the code. 2013-11-21 06:15:26 -08:00
agent/manager All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
alert All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
api CLOUDSTACK-5422: Changing XenServer Tools Version 6.1 + doesnt work. 2013-12-30 20:01:06 +05:30
async Reformat all source code. Added checkstyle to check the source code 2013-11-20 07:26:53 -08:00
capacity All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
configuration CLOUDSTACK-4540: Set execute.in.sequence.network.element.commands=true by default 2014-01-02 15:41:31 -08:00
consoleproxy CLOUDSTACK-5592 2013-12-27 14:50:08 +05:30
dc Reformatted all of the code. 2013-11-21 06:15:26 -08:00
deploy CLOUDSTACK-4941: 2013-12-18 16:27:20 -08:00
event All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
ha CLOUDSTACK-5596: reload vm state after vm been force stopped 2013-12-20 11:26:50 -08:00
hypervisor Reformatted all of the code. 2013-11-21 06:15:26 -08:00
keystore Reformatted all of the code. 2013-11-21 06:15:26 -08:00
metadata Resource metadata support for cloudStack user 2013-12-23 14:25:07 -08:00
network CLOUDSTACK-5656: Rules will remain in Revoked state when router upgrade is required. Filtered revoked rules while listing. Show genreric error since router is not visible to enduser. 2014-01-02 15:08:49 +05:30
projects Reformatted all of the code. 2013-11-21 06:15:26 -08:00
resource CLOUDSTACK-3806: OS Preference can not be set. 2013-12-30 20:01:06 +05:30
resourcelimit CLOUDSTACK-5281: 2013-12-20 15:33:37 -08:00
secstorage Reformatted all of the code. 2013-11-21 06:15:26 -08:00
server CLOUDSTACK-5551: Search not working for Configuration parameters in (Account/zone/cluster/storage) settings page 2014-01-02 16:18:21 +05:30
servlet CLOUDSTACK-4973: Specified keyboard language is not showing as default in consoleView passed during deployVM. 2013-12-27 18:17:22 +05:30
storage CLOUDSTACK-5592 2013-12-27 14:50:08 +05:30
tags Resource metadata support for Disk Offering 2013-12-23 12:36:13 -08:00
template CLOUDSTACK-5653:S3 object store as Secondary Storage, the template 2013-12-26 14:48:21 -08:00
test Reformatted all of the code. 2013-11-21 06:15:26 -08:00
usage Reformatted all of the code. 2013-11-21 06:15:26 -08:00
user CLOUDSTACK-5517: NPE observed during "release portable IPs" as part of 2013-12-16 19:36:23 +05:30
uuididentity All Checkstyle problems corrected 2013-12-12 12:26:07 -08:00
vm CLOUDSTACK-5551: Search not working for Configuration parameters in (Account/zone/cluster/storage) settings page 2014-01-02 16:18:21 +05:30