Jackie-Jiang commented on issue #6595: URL: https://github.com/apache/pinot/issues/6595#issuecomment-5705851783
Addressed by #15648, which also closed #15646. Service config files now reject duplicate keys before loading, with a ConfigurationException identifying the duplicate key, file path, and both line numbers. This validation covers both controller startup and the service-manager bootstrap path from this report, and the change includes a regression test for duplicate-key detection and line numbers. Duplicate settings still prevent startup; the implemented behavior is explicit validation rather than last-value-wins. This addresses the request in this issue for a more meaningful configuration error. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
