Jackie-Jiang opened a new issue, #9102: URL: https://github.com/apache/pinot/issues/9102
E.g. In the controller config: ``` controller.enable.split.commit=true controller.enable.split.commit=true ``` will be treated as ``` controller.enable.split.commit=true,true ``` and then when pinot parses the value, `true,true` will be parsed as `false` This can cause big confusion. We should consider not allowing multiple entries with the same key, but that can cause backward incompatibility. Need to figure out a solution -- 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]
