KKcorps opened a new pull request, #11358: URL: https://github.com/apache/pinot/pull/11358
Currently when a table is deleted we wait for all segments to be removed via state transition. This can cause deletion to be slow in case of upsert tables where a lot of keys need to be removed from the state. The solution is to add a stop method in table data manager which calls partitionUpsertMetadataManager.stop. This will prevent further unnecessary removal of the segments from the primary key state. -- 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]
