You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "Jackie-Jiang (via GitHub)" <gi...@apache.org> on 2023/04/13 19:40:32 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #10603: Make Table Deletion Idempotent

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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org