mcvsubbu commented on a change in pull request #6113: URL: https://github.com/apache/incubator-pinot/pull/6113#discussion_r504096143
########## File path: pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeTableDataManager.java ########## @@ -132,6 +146,19 @@ protected void doInit() { String consumerDirPath = getConsumerDir(); File consumerDir = new File(consumerDirPath); + TableConfig tableConfig = ZKMetadataProvider.getTableConfig(_propertyStore, _tableNameWithType); Review comment: It is ok to require that the servers need to be restarted if the table config is changed, but we need to note it some place. I am not sure if the table reload reloads the table config, please verify. ---------------------------------------------------------------- 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