Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-40870

Delay by parent job to report the child’s job completion.

XMLWordPrintable

      Hi,

      We see a significant delay by parent job to report the child’s job completion.

      Example console output of parent job:

      Parent-1 job's console log:

      04:43:52 Completed Parent-1 » Child-50 SUCCESS
      .
      .
      04:44:15 Completed Parent-1 » Child-60 SUCCESS
      

      .
      .
      Child-50 job's console log:

      .
      .
      04:37:04 Finished: SUCCESS
      

      Child-60 job's console log:

      .
      .
      04:35:14 Finished: SUCCESS
      

      As we see here the actual completion of time child’s job are very much earlier than they are reported in parent job’s console output.

      Sometimes we see that the reporting would take more than 60 mins!

      Any reason why there is so much delay when it is actually waiting for 1 second? Thread.sleep(1000)

      PS: We have a parent job which triggers some 900+ child jobs.

      Regards,
      Dilip Mahadevappa

            kohsuke Kohsuke Kawaguchi
            dilipm79 Dilip Mahadevappa
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: