[
https://issues.apache.org/jira/browse/NIFI-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15894435#comment-15894435
]
ASF GitHub Bot commented on NIFI-3548:
--------------------------------------
Github user mcgilman commented on the issue:
https://github.com/apache/nifi/pull/1555
Thanks @markap14. This has been merged to master.
> Cluster Replication - Issue following MAX_REQUEST failures
> ----------------------------------------------------------
>
> Key: NIFI-3548
> URL: https://issues.apache.org/jira/browse/NIFI-3548
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Matt Gilman
> Priority: Critical
> Fix For: 1.2.0
>
>
> Once a set number of requests fail, the request replicator will be unable to
> replicate new requests. This happens because on failure, the response is not
> cleaned up. Once we've encountered MAX_REQUEST failures, all subsequent
> requests will attempt to purge the previous responses. This action is causing
> the previous failure to be re-thrown. We need to update the request
> replication to:
> - Clean up failed responses
> - Do not re-throw the previous failures when attempting to purge
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)