t0mpere commented on PR #14235: URL: https://github.com/apache/pinot/pull/14235#issuecomment-2414766524
If the config is applied twice then the function `applyDynamicEnvConfig(List<Configuration> configurations, Map<String, String> environmentVariables)` the second time gets ran will try to lookup env vars based on the values templated in the first call. Using a `templated=true|false` property could prevent this when calling twice the constructor at L122 -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org