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
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
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