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 2019/10/31 04:08:13 UTC

[GitHub] [airflow] adityav commented on issue #6340: [AIRFLOW-5660] Attempt to find the task in DB from Kubernetes pod labels

adityav commented on issue #6340: [AIRFLOW-5660] Attempt to find the task in DB from Kubernetes pod labels
URL: https://github.com/apache/airflow/pull/6340#issuecomment-548208947
 
 
   > > Only dag_id / task_id are being stored in the labels. The execution date isn't being stored there so it shouldn't be a problem.
   > 
   > https://github.com/apache/airflow/blob/5a0ddc576a45e7c2e573eb468f4f133bd56cc03b/airflow/executors/kubernetes_executor.py#L539
   > begs to differ. But `_label_safe_datestring_to_datetime` and it's reverse means it's probably okay:)
   My bad, didn't see that.
   
   > Final question: which log file does this warning show up in?
   scheduler logs. They are in the console output of the scheduler pod.
   

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


With regards,
Apache Git Services