-
Bug
-
Resolution: Cannot Reproduce
-
Critical
Github plugin creates and doesn't close thousands of github-polling.log filehandles, causing all builds to fail. Presents as "too many open files" error on attempting to open a file over the max open files limit, e.g.,
Caused by: java.io.IOException: Too many open files
or
Caused by: java.io.FileNotFoundException: [...] (Too many open files)
Github Plugin Version: 1.8
(Jenkins Version: 1.55x)
- is related to
-
JENKINS-27041 Thousands of threads created by thousands of GitHub pushes
-
- Open
-
- links to
[JENKINS-22456] github plugin too many open files unclosed github-polling.log filehandles causes all builds to fail
Description |
Original:
Github plugin creates and doesn't close thousands of github-polling.log filehandles, causing all builds to fail. Presents as "too many open files" error on attempting to open a file over the max open files limit, e.g., {code}Caused by: java.io.IOException: Too many open files{code}or{code}Caused by: java.io.FileNotFoundException: /tmp/jetty-0.0.0.0-8080-jenkins.war--any-/webapp/WEB-INF/lib/jenkins-core-1.549.jar (Too many open files){code} |
New:
Github plugin creates and doesn't close thousands of github-polling.log filehandles, causing all builds to fail. Presents as "too many open files" error on attempting to open a file over the max open files limit, e.g., {code}Caused by: java.io.IOException: Too many open files{code}or{code}Caused by: java.io.FileNotFoundException: [...] (Too many open files){code} |
Affects Version/s | New: current [ 10162 ] |
Remote Link | New: This issue links to "pull request for fix (Web Link)" [ 10800 ] |
Description |
Original:
Github plugin creates and doesn't close thousands of github-polling.log filehandles, causing all builds to fail. Presents as "too many open files" error on attempting to open a file over the max open files limit, e.g., {code}Caused by: java.io.IOException: Too many open files{code}or{code}Caused by: java.io.FileNotFoundException: [...] (Too many open files){code} |
New:
Github plugin creates and doesn't close thousands of github-polling.log filehandles, causing all builds to fail. Presents as "too many open files" error on attempting to open a file over the max open files limit, e.g., {code}Caused by: java.io.IOException: Too many open files{code}or{code}Caused by: java.io.FileNotFoundException: [...] (Too many open files){code} Github Plugin Version: 1.8 (Jenkins Version: 1.55x) |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Please consider merging this fix: https://github.com/jenkinsci/github-plugin/pull/41