Re: [HELP] query w.r.t to cloudstack-1047

2013-12-08 Thread Saurav Lahiri
Sanjay, Thank you for the clarfication. I have created a ticket CLOUDSTACK-5410 to track this one. Saurav On Sat, Dec 7, 2013 at 3:03 PM, Sanjay Tripathi wrote: > Hi Saurav, > > > > After the CS got switched to use new jobs framework, the > AsyncJobManagerImpl.java file got moved under framewo

Re: [HELP] query w.r.t to cloudstack-1047

2013-12-07 Thread Nitin Mehta
Sanjay - while porting the changes can you please atleast skip porting - NDC.push("job-" + jobId + " = [ " + jobUuid + " ]"); We don¹t every line of log to have the job id and corresponding uuid. Just the very first line saying that this jobId corresponding uuid is some uuid is fine. Thanks, -Nit

RE: [HELP] query w.r.t to cloudstack-1047

2013-12-07 Thread Sanjay Tripathi
Hi Saurav, After the CS got switched to use new jobs framework, the AsyncJobManagerImpl.java file got moved under framework package; but the changes which I committed are not there in the file, somebody must have missed it during the transition. I'll port the same changes in the new jobs frame