[ 
https://issues.apache.org/jira/browse/NUTCH-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553034#comment-16553034
 ] 

ASF GitHub Bot commented on NUTCH-2624:
---------------------------------------

sebastian-nagel opened a new pull request #367: NUTCH-2624 protocol-okhttp 
resource leak
URL: https://github.com/apache/nutch/pull/367
 
 
   - make sure responses are closed to avoid that connections/sockets leak

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> protocol-okhttp resource leak
> -----------------------------
>
>                 Key: NUTCH-2624
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2624
>             Project: Nutch
>          Issue Type: Bug
>          Components: protocol
>    Affects Versions: 1.15
>            Reporter: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.15
>
>
> The protocol-okhttp leaks response streams as logged by 
> okhttp3.ConnectionPool:
> {noformat}
> WARNING: A connection to ... was leaked. Did you forget to close a response 
> body?
> {noformat}
> This has been introduced in commit 
> [f598db7|https://github.com/apache/nutch/commit/f598db7] - need to catch the 
> IOException *and* close the response, then re-throw so that FetcherThread can 
> handle the exception.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to