swaminathanmanish opened a new pull request, #12350: URL: https://github.com/apache/pinot/pull/12350
**Whats in the PR:** Added segment metadata deletion from remote store, in the segment deletion path. **Why its needed:** Through [PR](https://github.com/apache/pinot/pull/10034), we got the ability to upload segment metadata to remote store, which removes the need to download the entire segment to parse metadata, while creating segment metadata in Zk (metadata push in controller). This change here is to ensure that we always clean up segment metadata (catch all deletion), when the associated segment gets deleted from remote store. Segment and segment metadata are stored in the same remote directory. -- 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