Aldrin Piri created NIFI-1269:
---------------------------------
Summary: DistributeLoad throws FlowFileHandlingExceptions when a
relationshp has backpressure
Key: NIFI-1269
URL: https://issues.apache.org/jira/browse/NIFI-1269
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 0.3.0
Reporter: Aldrin Piri
I ran into problems where a series of connections in relationships eventually
caused backpressure into a relationship of distribute load.
DistributeLoad worked properly when there was not backpressure but when there
was, continuously saw the following stacktrace as a bulletin:
{code}
20:54:01 ESTERROR121c2aca-01f7-40a0-ac66-17ed0d690351
DistributeLoad[id=121c2aca-01f7-40a0-ac66-17ed0d690351] Failed to process
session due to org.apache.nifi.processor.exception.FlowFileHandlingException:
StandardFlowFileRecord[uuid=009ace0e-7619-4220-91b2-078dcf4271ac,claim=StandardContentClaim
[resourceClaim=StandardResourceClaim[id=1449539480040-24, container=default,
section=24], offset=338326, length=2600],offset=0,name=pom.xml,size=2600]
transfer relationship not specified:
org.apache.nifi.processor.exception.FlowFileHandlingException:
StandardFlowFileRecord[uuid=009ace0e-7619-4220-91b2-078dcf4271ac,claim=StandardContentClaim
[resourceClaim=StandardResourceClaim[id=1449539480040-24, container=default,
section=24], offset=338326, length=2600],offset=0,name=pom.xml,size=2600]
transfer relationship not specified
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)