mcvsubbu commented on issue #8072:
URL: https://github.com/apache/pinot/issues/8072#issuecomment-1022620083


   Recreating a table is a more involved problem. What we need to do is to wait 
for the external view to disappear in the table drop API. I believe there is an 
issue for it already. 
   
   Deletion of segments from the deep store happens right away, it is the wait 
on externalview that takes time. Hopefully in your cluster, this is a short 
time. 
   
   Deletion via retention manager happens MUCH later and does not interfere 
with the recreation of a table.
   
   Let us formulate the problem correctly before we start looking for solutions.


-- 
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]

Reply via email to