You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/06/09 22:35:45 UTC

[GitHub] [nifi] exceptionfactory commented on pull request #6114: NIFI-10096 Correct nested inherited Parameter Context loading

exceptionfactory commented on PR #6114:
URL: https://github.com/apache/nifi/pull/6114#issuecomment-1151684396

   @joewitt Yes, prior to this PR, the `findReferencedParameterContextIds` method relied on the `ParameterContextManager` as the only source of inherited parameter contexts.
   
   Since NiFi can load Child Context B before Parent Context A, the method would log a warning.
   
   The changes implemented construct a map of available context names from the Versioned Flow so that the references are available regardless of when they are added to the `ParameterContextManager`. Processing further on ensures that all referenced Parameter Contexts are loaded, so these changes preserve the intent of the `FlowManager.withParameterContextResolution` method.


-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org