Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: naginator-plugin
Created: 26/Nov/14 1:53 PM
Description:

Hello!

I was taking a look at how regex was handled in this plugin, and ran across this:

https://github.com/jenkinsci/naginator-plugin/blob/master/src/main/java/com/chikli/hudson/plugin/naginator/NaginatorListener.java#L144-L161

It looks like the plugin never actually calls close on either reader. This will leak file handles and potentially system/OS buffers for each build log (and build logs can get huge).

This method should close the outside wrapper / buffered reader.

Project: Jenkins
Priority: Minor Minor
Reporter: Martin Smith
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to