You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Zaytsev Sergey (Jira)" <ji...@apache.org> on 2022/05/12 13:27:00 UTC

[jira] [Created] (NIFI-10022) InvokeHTTP. Retry Relationships

Zaytsev Sergey created NIFI-10022:
-------------------------------------

             Summary: InvokeHTTP. Retry Relationships
                 Key: NIFI-10022
                 URL: https://issues.apache.org/jira/browse/NIFI-10022
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Zaytsev Sergey
         Attachments: Test_case_InvokeHTTP.xml

Hi,

I observe incorrect operation of repeated requests in the InvokeHTTP processor.
Send a request to the address, ex. GET www.google.com/1. 
Get response 404.
I go to repeat on the No Retry relationships.
Setting retry:
"Number Of Retry Attempts": 5
"Retry Back Off Policy": Penalize
"Retry Maximum Back Off Period": 10 sec
If "Number Of Retry Attempts" is exceeded, attribute retryCount.\{processor_id} is reset.
Requests will be repeated until a 2xx response is received or a timeout expires.

I assume that when the connection limit is exceeded, the executable file of the stream should be sent along the Failure relationships.

NiFI 1.16.1



--
This message was sent by Atlassian Jira
(v8.20.7#820007)