cloudstack/engine
Koushik Das d5754d9101 CLOUDSTACK-6740: Direct agent command throttling improvements
List of changes:
1. Created a separate thread pool for handling cron and ping tasks. The size of the pool is based on direct.agent.pool.size. The existing direct agent pool will run all commands other than cron and ping.
2. For normal tasks (generated as part of user/admin API calls), if throttle limit is reached then tasks get queued up for subsequent execution once threads are available.
3. For cron and ping tasks (internally generated by MS like ping, VM sync etc.), if throttle limit is reached then these gets rejected. Since these are internally generated these can be rejected without any issues.
2014-05-22 14:15:42 +05:30
..
api CLOUDSTACK-6510: Fix gson serialization exception in storage migration. Gson couldn't serialize 2014-05-08 12:23:46 +05:30
components-api CLOUDSTACK-3272 Latest changes to add global configuration parameters to control the publishing of events on the message bus 2014-05-07 10:09:03 +05:30
network findbugs: exclude known spiffy hacks a.k.a. false positives 2014-03-28 14:28:10 +01:00
orchestration CLOUDSTACK-6740: Direct agent command throttling improvements 2014-05-22 14:15:42 +05:30
schema CLOUDSTACK-6699: listResouceDetails - enhance it to list by (key,value) pair - allowed to Admin only. 2014-05-18 23:21:37 -07:00
service findbugs: exclude known spiffy hacks a.k.a. false positives 2014-03-28 14:28:10 +01:00
storage CLOUDSTACK-6622: After a volume was live migrated, the destination smb storage path was added to 2014-05-09 16:31:34 +05:30
pom.xml Update master to 4.5.0-SNAPSHOT 2014-03-14 14:55:26 +01:00