mcvsubbu commented on a change in pull request #6842: URL: https://github.com/apache/incubator-pinot/pull/6842#discussion_r630403340
########## File path: pinot-server/src/main/java/org/apache/pinot/server/starter/helix/HelixServerStarter.java ########## @@ -261,6 +306,22 @@ private void updateInstanceConfigIfNeeded(String host, int port) { "Failed to update instance config"); } + // Update instance configs with environment specific properties + private void updateInstanceConfigWithEnvironmentSpecificConfigs() { Review comment: Didn't we conclude in the design document that the instance configs will be set before HelixServerStarter is called? -- 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. 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