You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mark Payne (Jira)" <ji...@apache.org> on 2021/03/17 17:29:00 UTC

[jira] [Updated] (NIFI-8337) When reading FlowFile content, processor can start at wrong offset

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

Mark Payne updated NIFI-8337:
-----------------------------
    Attachment: NiFi_Flow.json

> When reading FlowFile content, processor can start at wrong offset
> ------------------------------------------------------------------
>
>                 Key: NIFI-8337
>                 URL: https://issues.apache.org/jira/browse/NIFI-8337
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.13.0, 1.13.1
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Blocker
>         Attachments: NiFi_Flow.json
>
>
> Will attach a flow that replicates this issue.
> With the given flow, the data that is routed from ConvertRecord should contain two FlowFile whose contents are:
> {code:java}
> { "a" : "a" } {code}
> and
> {code:java}
> { "a" : "b" } {code}
> However, the result is that both FlowFiles have content:
> {code:java}
> { "a" : "a" } {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)