Aravind-Suresh opened a new issue, #10916: URL: https://github.com/apache/pinot/issues/10916
Currently Pinot doesn’t have a way to reload tables and its related metadata when needed. This requires us to restart the Pinot servers for it to fetch the updated metadata. Few examples include: 1. update a table’s upsert mode from “full-upsert” to “partial-upsert” - #10833 2. marking a table as dimTable requires server restarts - #10668 This [write-up](https://docs.google.com/document/d/1G7qMeuumPLeoTY1wX6dqgVphAdEGRVA1PbpPTL6--AE/edit?usp=sharing) proposes a solution to solve this. Wanted to get the community's input on this before proceeding with the implementation. cc @Jackie-Jiang @tibrewalpratik17 for review. -- 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]
