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: commits-unsubscr...@pinot.apache.org.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