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/09/22 19:48:33 UTC

[GitHub] [airflow] ephraimbuddy edited a comment on pull request #17819: Properly handle ti state difference between executor and scheduler

ephraimbuddy edited a comment on pull request #17819:
URL: https://github.com/apache/airflow/pull/17819#issuecomment-925272057


   Thanks for checking this @taylorfinnell. 
   Can you modify your patch and use` ti.try_number+=1` instead of `ti._try_number+=1` in this line:
   https://github.com/apache/airflow/blob/13a558d658c3a1f6df4b2ee5d894fee65dc103db/airflow/models/taskinstance.py#L1727
   
   If I understand correctly, throwing the above exception is not a bug?


-- 
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: commits-unsubscribe@airflow.apache.org

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