You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2019/03/06 15:40:00 UTC

[jira] [Assigned] (NIFI-6107) ExecuteSQL processors fail with incoming flow file and Output Batch Size set

     [ https://issues.apache.org/jira/browse/NIFI-6107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess reassigned NIFI-6107:
----------------------------------

    Assignee: Matt Burgess

> ExecuteSQL processors fail with incoming flow file and Output Batch Size set
> ----------------------------------------------------------------------------
>
>                 Key: NIFI-6107
>                 URL: https://issues.apache.org/jira/browse/NIFI-6107
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>
> When Output Batch Size is set to a value other than zero, then ExecuteSQL and ExecuteSQLRecord fail if there is an incoming connection. This is due to not handling the incoming flow file in the first session.commit() after a new child flow file has been transferred. Since a child has been transferred and there is no "original" relationship, the incoming flow file should be removed from the session before the first commit.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)