|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Jason Kushmaul, I think the details described at that link are different than this case.
In this case, the polling is performed with "git ls-remote" and the polling blocks until the job completes, then continues and runs successfully to completion. In JENKINS-14752, the polling seems to hang indefinitely and leave orphan processes on the computer hosting the job.
As far as I can tell, there is no indication that this problem leaves orphan processes behind. The "git fetch" that you see hanging is not a polling activity, that is pulling in the changes which were detected by the earlier polling.