-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
0.34
Because the async resource cleanup doesn't check whether the channel it's attempting to send the delete commands over is currently valid, it means that it will keep attempting to delete the directory over and over. This will cause the GC to hold onto the Channel/machine resources.
In installations that use the Jenkins cloud feature, nodes that were deleted shortly/immediately after a job being finished will slowly leak resources till they OOM.
[JENKINS-43831] Cleanup leaks Jenkins master memory if node is deleted before cleanup finishes
Assignee | Original: Oliver Gondža [ olivergondza ] | New: Matthew Mitchell [ mmitche ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: 0.34 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Closed [ 6 ] |
Fixed in https://github.com/jenkinsci/ws-cleanup-plugin/pull/33