Hi, The monitor output from ducc.log:
2015.11.30 02:27:16 Mon Received 2015.11.30 02:27:16 Mon WaitingForDriver 2015.11.30 02:27:44 Mon WaitingForResources 2015.11.30 02:27:56 Mon Assigned 2015.11.30 02:28:04 Mon Initializing 2015.11.30 02:29:35 Mon Completing 2015.11.30 02:30:18 Mon Completed 2015.11.30 02:30:18 Mon completion type: CanceledByDriver 2015.11.30 02:30:18 Mon rationale: unspecified Thanks, Yi-Wen On Sun, Feb 21, 2016 at 1:45 PM, Eddie Epstein <[email protected]> wrote: > Hi, > Can you please paste the full monitor output from the DUCC job submit here? > Thanks, > Eddie > > On Sun, Feb 21, 2016 at 3:26 PM, Yi-Wen Liu <[email protected]> wrote: > > > Hi, > > > > Because when I used wait_for_completion, I saw the terminal print out the > > step by step state, and after it finished, the output file was not > > generated yet. The job status on web server page might still stay in > > "waiting for resources" instead of completion. > > > > And sorry for the confusion, I used "main process" to refer to the > process > > generating output (the second one below). > > > > Time axis----> > > *The terminal* status:waiting for driver -> ....-> > status: > > completed (point A, no output) > > *The web server page *initializing -> waiting for > > > > > resouces............................................................->completion > > (point B, has output) > > > > And my question is when can I know the point when the output is generated > > (point B)? > > If I use wait_for_completion, it is telling me the point A but there is > no > > output yet. > > > > If I misunderstand anything please correct me, thanks for your patience! > > > > Thanks, > > Yi-Wen > > > > On Sun, Feb 21, 2016 at 6:05 AM, Lou DeGenaro <[email protected]> > > wrote: > > > > > Yi-Wen, > > > > > > When submitting a DUCC Job, wait for completion should prevent the > return > > > until all your work items have been processed. > > > > > > What exactly do you mean by "main process"? > > > > > > Lou. > > > > > > On Sat, Feb 20, 2016 at 10:30 PM, Yi-Wen Liu <[email protected]> wrote: > > > > > > > Hello, > > > > > > > > I am using ducc in a web app, and I need to know when does ducc > finish > > > its > > > > work, ie, generate the output file. > > > > I use the two properties in my job file: > > > > > > > > cancel_on_interrupt > > > > wait_for_completion > > > > > > > > However, when I submitted job file, it did show the status on > terminal, > > > but > > > > it finished earlier than the main process, I have to wait for few > > minutes > > > > for the output file to be generated. > > > > > > > > Is there any way to get notified when the main process finishes > without > > > > looking at the web server page? > > > > > > > > Any suggestion is appreciated! > > > > > > > > > > > > Thanks, > > > > Yi-Wen > > > > > > > > > >
