Jackie-Jiang commented on issue #10603: URL: https://github.com/apache/pinot/issues/10603#issuecomment-1507517125
Background job sounds good to me. We can build it similar to reload job. There is another issue we want to address: we delete segments from deep store and ZK metadata separately. If controller crashes after ZK metadata is deleted, but before segments are deleted, the segments will left orphan, and rerun the table deletion won't be able to find the segments. The fix should be always first delete the segment from deep store, then delete the ZK metadata for each segment -- 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]
