You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Daniel (JIRA)" <ji...@apache.org> on 2018/08/02 13:40:00 UTC

[jira] [Created] (NIFI-5483) Make Integration Tests Work With Large Flow Files

Daniel created NIFI-5483:
----------------------------

             Summary: Make Integration Tests Work With Large Flow Files
                 Key: NIFI-5483
                 URL: https://issues.apache.org/jira/browse/NIFI-5483
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Tools and Build
    Affects Versions: 1.7.1
            Reporter: Daniel


It seems, at it's current state, integration tests do not work with very large files (such as over 2 GB). I believe this stems from the fact that MockFlowFile uses a byte array to to copy data and a byte array can not hold over 2147483647 bytes. For things like BigQuery, which supports a 15 terabyte payload, testing becomes difficult.



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