You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/25 18:18:04 UTC

[GitHub] [airflow] roldugin commented on issue #12959: Skipped tasks deadlock when cleared

roldugin commented on issue #12959:
URL: https://github.com/apache/airflow/issues/12959#issuecomment-767014395


   > This is not a regression. It's by design.
   > See 1.10.12 [change log](https://github.com/apache/airflow/blob/fef9173ac4ba02ff5fd8f4dfdd2bfe5cd483bd25/CHANGELOG.txt#L176) and [updating.md](https://github.com/apache/airflow/blob/master/UPDATING.md#clearing-tasks-skipped-by-skipmixin-will-skip-them)
   > 
   > Pull request: #8992
   
   @eladkal thanks, I think this explains the issue I was having. It's not very obvious from the log that it's intended behaviour.
   
   We use `ShortCircuitOperator` to model a pause in the process, waiting for a user to decide when to continue. Can you think of an alternative solution that you'd recommend?


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

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