Mark Payne created NIFI-3517:
--------------------------------
Summary: If HandleHttpResponse cannot write response, remove entry
from HttpContextMap
Key: NIFI-3517
URL: https://issues.apache.org/jira/browse/NIFI-3517
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Reporter: Mark Payne
Currently, if HandleHttpResponse cannot write to the OutputStream, it catches
the general Exception and routes to 'failure' without removing the entry from
the map. If clients often timeout, though, we will fail to write to the
OutputStreams and then leave the entry in the map, preventing new connections.
If a ProcessException is caught when calling ProcessSession.exportTo, we should
remove the entry from the map before routing to failure.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)