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 2020/09/15 22:48:00 UTC

[jira] [Created] (NIFI-7812) Process Session is inefficient when dealing with many ROUTE Provenance Events

Mark Payne created NIFI-7812:
--------------------------------

             Summary: Process Session is inefficient when dealing with many ROUTE Provenance Events
                 Key: NIFI-7812
                 URL: https://issues.apache.org/jira/browse/NIFI-7812
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Mark Payne


This results in processors such as RouteOnAttribute / DistributeLoad being very inefficient.
Profiling a DistributeLoad processor shows that the StandardProcessSession.isSpuriousRouteEvent method takes up about 81% of the entire processing time.



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