-
Bug
-
Resolution: Unresolved
-
Minor
-
None
java.io.IOException: Unable to delete file: C:\Users\XXX\AppData\Local\Temp\hudson2592457631282151845test\org.jenkinsci.plugins.github.GitHubPlugin.cache\78a5c95e\journal
Current okhttp library version has not closed Cache that contains closeable cache.
Update to newer version that has autocloseable https://github.com/square/okhttp/commit/d662c1a82851800c46ad8ede2d9d10d10427fdad and close it somewhere
[JENKINS-38358] resource leak in cache?
Description |
Original:
{CODE} java.io.IOException: Unable to delete file: C:\Users\XXX\AppData\Local\Temp\hudson2592457631282151845test\org.jenkinsci.plugins.github.GitHubPlugin.cache\78a5c95e\journal {CODE} Current okhttp library version has not closed {{Cache}} that contains closeable {{cache}}. |
New:
{CODE} java.io.IOException: Unable to delete file: C:\Users\XXX\AppData\Local\Temp\hudson2592457631282151845test\org.jenkinsci.plugins.github.GitHubPlugin.cache\78a5c95e\journal {CODE} Current okhttp library version has not closed {{Cache}} that contains closeable {{cache}}. Update to newer version that has autocloseable https://github.com/square/okhttp/commit/d662c1a82851800c46ad8ede2d9d10d10427fdad and close it somewhere |
Assignee | Original: Kirill Merkushev [ lanwen ] | New: Kanstantsin Shautsou [ integer ] |