cloudstack/engine
Koushik Das 8cf48ed2ce CLOUDSTACK-4179: [Performance Testing] Time taken for Deploy VM async job to complete is considerably higher
The time increased due to the newly added dedicated resources feature. During regular VM deployment, all dedicated resources are put in avoid list so that they are not considered for deployment.
Now the way to compute the list of dedicated resources is not optimal and performance deteriorates in an environment having lot of pods, clusters and hosts as the logic is to query db. for each suc resource.

The fix is to optimize the logic not to loop through all resources but get the list of each resource type in a single query.

Conflicts:
	server/src/com/cloud/deploy/DeploymentPlanningManagerImpl.java
2013-08-09 16:57:21 +05:30
..
api Switched over to use the new jobs framework 2013-08-02 11:07:55 -07:00
components-api Switched over to use the new jobs framework 2013-08-02 11:07:55 -07:00
network Updating pom.xml version numbers for release 4.3.0-SNAPSHOT 2013-08-01 10:35:00 -04:00
orchestration Revert "Starting the work of moving orchestration pieces to engine" 2013-08-02 15:09:29 -07:00
schema CLOUDSTACK-4179: [Performance Testing] Time taken for Deploy VM async job to complete is considerably higher 2013-08-09 16:57:21 +05:30
service Fixed the referral to the deleted project 2013-08-08 15:02:40 -07:00
storage CLOUDSTACK-4133 2013-08-09 14:03:43 +05:30
pom.xml Revert "Reverting the range of commits that broke the build" 2013-08-08 15:02:40 -07:00