You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2014/12/07 04:40:12 UTC

[jira] [Updated] (NIFI-26) Bug in PostHTTP triggered by DNS issues

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

Joseph Witt updated NIFI-26:
----------------------------
    Component/s: Extensions

> Bug in PostHTTP triggered by DNS issues
> ---------------------------------------
>
>                 Key: NIFI-26
>                 URL: https://issues.apache.org/jira/browse/NIFI-26
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Mark Payne
>            Priority: Minor
>
> After a successful POST, if doing 2-phase commit, we loop indefinitely until we get a response from the server or the user stops the processors. If DNS issues pop up or a firewall, we instead get IOException, and we loop indefinitely, destroying system resources.
> This issue is the result of continually trying to delete the HOLD until we successfully receive an HTTP Response from the Server. We should instead change the logic to retry only some configurable number of times and wait 1 second in between retries.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)