Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-1339

Framework calls onPropertyModified for each property each time NiFi is started

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • Core Framework
    • 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.

      Attachments

        Issue Links

          Activity

            People

              markap14 Mark Payne
              markap14 Mark Payne
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: