shounakmk219 opened a new pull request, #16493: URL: https://github.com/apache/pinot/pull/16493
## Description There was an edge case that was missed for task cleanup validation during table deletion. When a task queue is stopped and resumed, the subtask ends up in STOPPED state but the task state goes back into IN_PROGRESS state. This case was getting marked as active execution as the code was only looking at task state. Fixed the handling by adding a task count check on inProgress subtasks a well to only flag the actual active subtasks. -- 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]
