Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.