You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "marco polo (JIRA)" <ji...@apache.org> on 2017/06/19 14:58:00 UTC

[jira] [Created] (MINIFI-338) Threads can be unbounded per flow configuration

marco polo created MINIFI-338:
---------------------------------

             Summary: Threads can be unbounded per flow configuration
                 Key: MINIFI-338
                 URL: https://issues.apache.org/jira/browse/MINIFI-338
             Project: Apache NiFi MiNiFi
          Issue Type: Bug
          Components: C++
            Reporter: marco polo
            Assignee: marco polo


The number of tasks configured by a given processor should be bounded by a thread pool configuration. Currently the schedulers have no concept of a thread pool except for the component life cycle thread pool. We should transition the tasks to a thread pool shared by the scheduler and is globally configurable to better minimize the impact of processors. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)