snjypl commented on issue #23356: URL: https://github.com/apache/airflow/issues/23356#issuecomment-1119085253
seems similar to #23048 . https://github.com/apache/airflow/blob/83784d9e7b79d2400307454ccafdacddaee16769/airflow/executors/kubernetes_executor.py#L461-L464 i think, we need to add a filter `TaskInstance.queued_by_job_id == self.job_id`. so that the schedulerJob does not clear backfilljob's taskinstnace and vice versa. -- 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]
