shounakmk219 opened a new pull request, #16835:
URL: https://github.com/apache/pinot/pull/16835

   ## Description
   
   The task specific validation added in #16307  introduced a bug which blocks 
the retry of table deletion if earlier table deletion cleans up the IS. This is 
due to the part where we remove the task schedule to avoid further task 
generations, for this table update operation is performed which fails upon 
missing IS.
   
   This PR has below changes :
   
   1. Update table only when there is actual removal of schedule config (this 
should prevent the table update during retry)
   2. Make table config update non-blocking
   3. Handle the case of missing IS during any operation requiring table update 
by bubbling up meaningful error message.


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