9aman opened a new pull request, #15487: URL: https://github.com/apache/pinot/pull/15487
## Scope of the PR - The znode of contains committing segments for a pauseless table was kept dangling when a table was deleted. - The changes allow deletion of this node when a table is deleted - The deletion will happen for Realtime tables irrespective of whether pauseless is enabled or not - This has been done to ensure that the COMMITTING segments are cleared for a table for which pauseless has been disabled ## List of API's that will trigger this deletion ``` /tables/{tableName} /tableConfigs/{tableName} /databases/{databaseName} ``` ## Handling deleted segments - The removal of deleted segments from this metadata is already handled by the function `getCommittingSegments` called from `syncCommittingSegments` -- 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: commits-unsubscr...@pinot.apache.org 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