You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often we see Airflow tasks failing with this error:
airflow-worker-1.airflow-worker.sps.svc.cluster.local
*** No logs found on s3 for ti=<TaskInstance: cwl_dag.cwl_task manual__2025-04-09T13:49:56+00:00 [running]>
*** Could not read served logs: HTTPConnectionPool(host='airflow-worker-1.airflow-worker.sps.svc.cluster.local', port=8793): Max retries exceeded with url: /log/dag_id=cwl_dag/run_id=manual__2025-04-09T13:49:56+00:00/task_id=cwl_task/attempt=2.log (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4f747b2cd0>: Failed to resolve 'airflow-worker-1.airflow-worker.sps.svc.cluster.local' ([Errno -2] Name or service not known)"))
Must investigate the cause and fix the problem.
The text was updated successfully, but these errors were encountered:
Often we see Airflow tasks failing with this error:
airflow-worker-1.airflow-worker.sps.svc.cluster.local
*** No logs found on s3 for ti=<TaskInstance: cwl_dag.cwl_task manual__2025-04-09T13:49:56+00:00 [running]>
*** Could not read served logs: HTTPConnectionPool(host='airflow-worker-1.airflow-worker.sps.svc.cluster.local', port=8793): Max retries exceeded with url: /log/dag_id=cwl_dag/run_id=manual__2025-04-09T13:49:56+00:00/task_id=cwl_task/attempt=2.log (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x7f4f747b2cd0>: Failed to resolve 'airflow-worker-1.airflow-worker.sps.svc.cluster.local' ([Errno -2] Name or service not known)"))
Must investigate the cause and fix the problem.
The text was updated successfully, but these errors were encountered: