You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2015/12/31 17:32:49 UTC

[jira] [Created] (NIFI-1339) Framework calls onPropertyModified for each property each time NiFi is started

Mark Payne created NIFI-1339:
--------------------------------

             Summary: Framework calls onPropertyModified for each property each time NiFi is started
                 Key: NIFI-1339
                 URL: https://issues.apache.org/jira/browse/NIFI-1339
             Project: Apache NiFi
          Issue Type: Bug
          Components: Core Framework
            Reporter: Mark Payne
             Fix For: 0.5.0


When NiFi is started, it sets all properties for each Controller Service, Reporting Task, and Processor. If any property is not set to the default value, this will trigger onPropertyModified to get called. However, this method should be called ONLY if the property is changed. Since we are not really changing the property value (only restoring it to the proper value), we should never call this method during startup.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)