karuturi commented on a change in pull request #1832: CLOUDSTACK-9652 Job 
framework - Cancelling async jobs
URL: https://github.com/apache/cloudstack/pull/1832#discussion_r116164162
 
 

 ##########
 File path: 
framework/jobs/src/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java
 ##########
 @@ -762,12 +768,34 @@ protected void runInContext() {
             protected void reallyRun() {
                 try {
                     List<SyncQueueItemVO> l = 
_queueMgr.dequeueFromAny(getMsid(), MAX_ONETIME_SCHEDULE_SIZE);
+                    boolean isPurged = false;
 
 Review comment:
   It will run again in the next 2 seconds. I dont remember why its out of for 
loop. may be there were some issues with the dequeue. I move it in and see.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to