cloudstack/engine/orchestration
Koushik Das 120da605b0 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:07:13 +05:30
..
resources/META-INF/cloudstack/core CLOUDSTACK-669: Finalize VM work dispatching mechanism to avoid big switch statement 2014-01-09 14:29:12 -08:00
src CLOUDSTACK-6740: Direct agent command throttling improvements 2014-05-22 14:07:13 +05:30
test CLOUDSTACK-6510: Fix gson serialization exception in storage migration. Gson couldn't serialize 2014-05-07 14:07:36 +05:30
pom.xml Bump 4.3.0 to 4.4.0 in master 2013-11-21 16:01:15 +01:00