You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/15 22:19:46 UTC

[jira] [Created] (NIFI-1285) When FlowFiles are swapped in, they are not read from a Buffered stream

Mark Payne created NIFI-1285:
--------------------------------

             Summary: When FlowFiles are swapped in, they are not read from a Buffered stream
                 Key: NIFI-1285
                 URL: https://issues.apache.org/jira/browse/NIFI-1285
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Mark Payne
             Fix For: 0.5.0


When we swap FlowFiles in, we are not using any sort of Buffered Stream but rather are just wrapping a FileInputStream with a DataInputStream. This equates to poor performance and is a trivial fix.



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