You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ádám Markovics (Jira)" <ji...@apache.org> on 2021/09/16 13:37:00 UTC

[jira] [Updated] (MINIFICPP-1566) Prevent stateful processors from running on multiple threads

     [ https://issues.apache.org/jira/browse/MINIFICPP-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ádám Markovics updated MINIFICPP-1566:
--------------------------------------
    Description: 
This is wrong by design. Check on start whether multiple threads are assigned to the processor. Also mutexes can be removed.
Processor should have an "annotation" of maximum allowed threads, like input requirements.

  was:This is wrong by design. Check on start whether multiple threads are assigned to the processor. Also mutexes can be removed.


> Prevent stateful processors from running on multiple threads
> ------------------------------------------------------------
>
>                 Key: MINIFICPP-1566
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1566
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Improvement
>            Reporter: Ádám Markovics
>            Assignee: Ádám Markovics
>            Priority: Minor
>
> This is wrong by design. Check on start whether multiple threads are assigned to the processor. Also mutexes can be removed.
> Processor should have an "annotation" of maximum allowed threads, like input requirements.



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