-
Bug
-
Resolution: Unresolved
-
Blocker
-
Jenkins 1.599 and 1.609.3, Copy artifact 1.35
We are copying a big file from another job to the test job. That takes 4~5 minutes. The problem is, if the slave disconnects during this 4~5 minutes, the copy artifact doesn't know and doesn't stop. As a result, this job will run forever. Cancelling the job doesn't cancel it at this moment. Even disconnecting the slave doesn't stop the job. The only way out of this is restart the master, and I mean reboot the master machine, because soft restarting the Jenkins process will also hang during the restart. This is really ugly when it happens, so the priority is blocker.
[JENKINS-30655] Remoting blocks when the slave disconnects during copying files
Assignee | New: ikedam [ ikedam ] |
Component/s | New: core [ 15593 ] |
Attachment | New: Jenkins-ThreadDump.txt [ 30766 ] |
Component/s | Original: copyartifact-plugin [ 15692 ] | |
Assignee | Original: ikedam [ ikedam ] | |
Environment | Original: Jenkins 1.599, Copy artifact 1.35 | New: Jenkins 1.599 and 1.609.3, Copy artifact 1.35 |
Labels | New: remoting | |
Summary | Original: Copy artifact hangs the job when the slave disconnects during copy | New: Remoting blocks when the slave disconnects during copying files |
It is rather considered an issue of Jenkins core as copyartifact depends on the function of Jenkins core for file copying from remotes.