cloudstack/server/src/com/cloud/async
nit 06a1e47fb3 bug 7161 : Fixed CreatePrivateTemplate NPE. This was getting thrown when template creation was ordered from a volume for hypervisor other than KVM. For now we support template creation from volume only for KVM. The bug was more due to conversion of Long to long where the Long object was null.
status 7161: resolved fixed
2010-11-15 15:14:56 +05:30
..
executor bug 7161 : Fixed CreatePrivateTemplate NPE. This was getting thrown when template creation was ordered from a volume for hypervisor other than KVM. For now we support template creation from volume only for KVM. The bug was more due to conversion of Long to long where the Long object was null. 2010-11-15 15:14:56 +05:30
AsyncJobExecutor.java Source code committed 2010-08-11 09:13:29 -07:00
AsyncJobExecutorContext.java Source code committed 2010-08-11 09:13:29 -07:00
AsyncJobExecutorContextImpl.java Source code committed 2010-08-11 09:13:29 -07:00
AsyncJobManager.java Source code committed 2010-08-11 09:13:29 -07:00
AsyncJobManagerImpl.java Avoid continously to execute jobs from queue within a single execution. To have better transaction isolations between job executions, so that leak of transaction won't go further into other job executions 2010-08-31 18:27:03 -07:00
BaseAsyncJobExecutor.java Source code committed 2010-08-11 09:13:29 -07:00
SyncQueueManager.java Source code committed 2010-08-11 09:13:29 -07:00
SyncQueueManagerImpl.java Avoid continously to execute jobs from queue within a single execution. To have better transaction isolations between job executions, so that leak of transaction won't go further into other job executions 2010-08-31 18:27:03 -07:00