|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I have just submitted a couple of PR that fixes this issue on my Windows machine.
Essentially, the issue is caused by URLClassLoader that is caching file handles for later reuse (cf. https://bugs.openjdk.java.net/browse/JDK-8013099).
I have no idea yet about the possible performance issues it may trigger, but definitely these were the causes for file handle retention.
Kudos to Kohsuke Kawaguchi for his file leak detector, that really helped to pinpoint the leak location.