You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2022/02/28 16:35:55 UTC

[nifi] branch main updated (4b41570 -> 483968b)

This is an automated email from the ASF dual-hosted git repository.

mattyb149 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 4b41570  NIFI-9714 Added overloaded toMap to MapRecord that can convert sub-records into maps.
     add 483968b  NIFI-6390, NIFI-1825: When we write to a FlowFile and that results in a 0-byte FlowFile, remove the content claim all together. This is more efficient to process, but far more importantly it prevents a 0-byte FlowFile from holding content in the Content Repository. Also fixed issue in which a Provenance Event cannot be replayed if there is no ContentClaim.

No new revisions were added by this update.

Summary of changes:
 .../repository/StandardProcessSession.java         | 170 +++++++++++++++------
 .../org/apache/nifi/controller/FlowController.java |  83 ++++++----
 .../repository/StandardProcessSessionIT.java       |  90 ++++++++++-
 3 files changed, 256 insertions(+), 87 deletions(-)