Matt Gilman created NIFI-3548:
---------------------------------

             Summary: 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)

Reply via email to