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-12693: Moved notification of python process that a Processor was… #8315

Closed
wants to merge 1 commit into from

Commits on Jan 31, 2024

  1. NIFI-12693: Moved notification of python process that a Processor was…

    … removed to a background (virtual) thread. Also noted in testing that in one instance a Python Processor never became
    
    valid because it had cached property descriptors before the processor was fully initialized, so updated code to ensure that we do not cache values before initialization is completed.
    markap14 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e03ca50 View commit details
    Browse the repository at this point in the history