Jackie-Jiang opened a new pull request #6608: URL: https://github.com/apache/incubator-pinot/pull/6608
## Description Current behavior: On server side, `TableDataManager` is created when loading the first segment for a table, but never removed during the lifetime of the server. This could cause problem when a table is deleted and recreated without restarting the server because server will treat the recreated table as the old table (e.g. upsert won't be enabled if it is not enabled in the old table but enabled in the new table). The fix: When the last segment for a table is removed, also remove the `TableDataManager`. ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
