[jira] [Updated] (NIFI-5275) PostHTTP - Hung connections and zero reuse of existing connections

2018-08-24 Thread Brandon DeVries (JIRA)


 [ 
https://issues.apache.org/jira/browse/NIFI-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon DeVries updated NIFI-5275:
--
   Resolution: Fixed
Fix Version/s: 1.8.0
   Status: Resolved  (was: Patch Available)

> PostHTTP - Hung connections and zero reuse of existing connections
> --
>
> Key: NIFI-5275
> URL: https://issues.apache.org/jira/browse/NIFI-5275
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Extensions
>Affects Versions: 1.6.0
>Reporter: Steven Youtsey
>Assignee: Michael Moser
>Priority: Major
> Fix For: 1.8.0
>
>
> Connection setups, the HEAD request, and the DELETE request do not have any 
> timeout associated with them. When the remote server goes sideways, these 
> actions will wait indefinitely and appear as being hung. See 
> https://issues.apache.org/jira/browse/HTTPCLIENT-1892 for an explanation as 
> to why the initial connection setups are not timing out.
> Connections, though pooled, are not being re-used. A new connection is 
> established for every POST. This creates a burden on highly loaded remote 
> listener servers. Verified by both netstat and turning on Debug for 
> org.apache.http.impl.conn.
>  



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


[jira] [Updated] (NIFI-5275) PostHTTP - Hung connections and zero reuse of existing connections

2018-07-11 Thread Michael Moser (JIRA)


 [ 
https://issues.apache.org/jira/browse/NIFI-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael Moser updated NIFI-5275:

Status: Patch Available  (was: Open)

> PostHTTP - Hung connections and zero reuse of existing connections
> --
>
> Key: NIFI-5275
> URL: https://issues.apache.org/jira/browse/NIFI-5275
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Extensions
>Affects Versions: 1.6.0
>Reporter: Steven Youtsey
>Assignee: Michael Moser
>Priority: Major
>
> Connection setups, the HEAD request, and the DELETE request do not have any 
> timeout associated with them. When the remote server goes sideways, these 
> actions will wait indefinitely and appear as being hung. See 
> https://issues.apache.org/jira/browse/HTTPCLIENT-1892 for an explanation as 
> to why the initial connection setups are not timing out.
> Connections, though pooled, are not being re-used. A new connection is 
> established for every POST. This creates a burden on highly loaded remote 
> listener servers. Verified by both netstat and turning on Debug for 
> org.apache.http.impl.conn.
>  



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