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 2015/01/06 14:41:34 UTC

[jira] [Commented] (NIFI-224) DistributeLoad: simplify functionality

    [ https://issues.apache.org/jira/browse/NIFI-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14266106#comment-14266106 ] 

Joseph Witt commented on NIFI-224:
----------------------------------

deferring this action until later.  Am concerned about the complexity of it and the hostname property being in the processor as well as the controller service.  But perhaps once the controller services are modifiable at runtime the thought process will differ. 

> DistributeLoad: simplify functionality 
> ---------------------------------------
>
>                 Key: NIFI-224
>                 URL: https://issues.apache.org/jira/browse/NIFI-224
>             Project: Apache NiFi
>          Issue Type: Task
>            Reporter: Joseph Witt
>            Assignee: Joseph Witt
>            Priority: Minor
>
> DistributeLoad supports a lot of functionality.  It appears it might have a concurrency issue as well as testing under extremely high rates kicked out the following error:
> 2015-01-04 14:14:52,330 ERROR [Timer-Driven Process Thread-20] o.a.n.processors.standard.DistributeLoad DistributeLoad[id=90b0383f-8fda-4894-99f2-19c
> d59b27093] DistributeLoad[id=90b0383f-8fda-4894-99f2-19cd59b27093] failed to process due to org.apache.nifi.processor.exception.FlowFileHandlingExcep
> tion: StandardFlowFileRecord[uuid=b83e210f-68ae-4014-8a9b-6e061c9d98b3,claim=4683241,offset=0,name=6589775409805,size=65536] transfer relationship no
> t specified; rolling back session: org.apache.nifi.processor.exception.FlowFileHandlingException: StandardFlowFileRecord[uuid=b83e210f-68ae-4014-8a9b
> -6e061c9d98b3,claim=4683241,offset=0,name=6589775409805,size=65536] transfer relationship not specified
> 2015-01-04 14:14:52,331 ERROR [Timer-Driven Process Thread-20] o.a.n.processors.standard.DistributeLoad DistributeLoad[id=90b0383f-8fda-4894-99f2-19c
> d59b27093] Failed to process session due to org.apache.nifi.processor.exception.FlowFileHandlingException: StandardFlowFileRecord[uuid=b83e210f-68ae-
> 4014-8a9b-6e061c9d98b3,claim=4683241,offset=0,name=6589775409805,size=65536] transfer relationship not specified: org.apache.nifi.processor.exception
> .FlowFileHandlingException: StandardFlowFileRecord[uuid=b83e210f-68ae-4014-8a9b-6e061c9d98b3,claim=4683241,offset=0,name=6589775409805,size=65536] tr
> ansfer relationship not specified
> there is also a property on the processor which seems specific to hostnames but should not need to be.  So, reducing functionality for now and we can readdress later if appropriate.



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