You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ym...@apache.org on 2020/09/30 23:58:36 UTC

[nifi] branch main updated (62f4d09 -> b2489f7)

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

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


    from 62f4d09  NIFI-7867: Add break statement to prevent diagnostics from running env afterward
     add b2489f7  NIFI-7868: Track number of flowfiles/bytes sent/received/fetched in provenance reporter so that events that are emitted with 'immediate' flag true are still counted (#4564)

No new revisions were added by this update.

Summary of changes:
 .../apache/nifi/provenance/ProvenanceReporter.java | 30 +++++++++++++
 .../apache/nifi/util/MockProvenanceReporter.java   | 30 +++++++++++++
 .../repository/StandardProcessSession.java         | 39 +++++-----------
 .../repository/StandardProvenanceReporter.java     | 47 ++++++++++++++++++-
 .../nifi/stateless/core/ProvenanceCollector.java   | 52 +++++++++++++++++++---
 5 files changed, 162 insertions(+), 36 deletions(-)