Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-13777: Fixed stateless group startup around Controller Services … #9291

Merged
merged 1 commit into from
Sep 20, 2024

Commits on Sep 20, 2024

  1. NIFI-13777: Fixed stateless group startup around Controller Services …

    …by changing the startup logic in two ways. First, we enable Controller Services before we create the Stateless Flow. Secondly, we do not bother enabling the ephemeral Controller Services that are created during the Stateless Flow creation/synchronization. This ensures that if Processors make use of a Controller Service during its @OnScheduled method (which is part of the Stateless Flow initialization process) that the Controller Service is Enabled. It also avoids calling @onEnabled methods of Controller Services that will never actually be used, as Processors make use of the existing Controller Services when running within standard NiFi
    markap14 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f267bbf View commit details
    Browse the repository at this point in the history