bobpaulin commented on PR #11241: URL: https://github.com/apache/nifi/pull/11241#issuecomment-4447348609
Hey @markap14 and @exceptionfactory thanks for the early review. Unfortunately I discovered that this PR was not sufficient to address the issue. The reason is this PR does not address already live Root Controller Services (ones not in the data flow). Seems like the trouble is some of the Parameter Providers are not valid because the already live controller services have not fully enabled. This causes the secrets from the providers to initialize to null. I've raised another PR that that allows the connector to pause to wait for these controller services to complete the enable phases. https://github.com/apache/nifi/pull/11252 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
