You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Arpad Boda (Jira)" <ji...@apache.org> on 2020/06/03 10:38:00 UTC

[jira] [Created] (MINIFICPP-1245) Sleep/hibernate breaks timer driven scheduler logic.

Arpad Boda created MINIFICPP-1245:
-------------------------------------

             Summary: Sleep/hibernate breaks timer driven scheduler logic. 
                 Key: MINIFICPP-1245
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1245
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
    Affects Versions: 0.7.0
            Reporter: Arpad Boda
            Assignee: Arpad Boda
             Fix For: 0.8.0


The next time to schedule a processor is only determined by adding the schedule interval to the last time. 
This logic is wrong in case a time wrap occurs (the system is slept for hours). 
Processor is going to be triggered continuously for a while. 



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