You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Mr TheSegfault (JIRA)" <ji...@apache.org> on 2019/01/16 16:24:00 UTC

[jira] [Created] (MINIFICPP-713) Review making processor scheduling asynchronous

Mr TheSegfault created MINIFICPP-713:
----------------------------------------

             Summary: Review making processor scheduling asynchronous 
                 Key: MINIFICPP-713
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-713
             Project: NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Mr TheSegfault
            Assignee: Mr TheSegfault


Scheduling could impact the start or update of an agent. This has been a long standing issue, but not one I felt was of great importance. Recent work has showed that if we use the c2 protocol to update an agent, we could deadlock any other c2 operations. This requires a bit more work than just "putting onSchedule in thread." 

This requires that we ensure the thread completes before running and that we can account for a timeout of this operation. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)