seanmuth commented on issue #47283:
URL: https://github.com/apache/airflow/issues/47283#issuecomment-3999961758

   Have another instance of this issue for a customer at Astronomer.
   
   Customer has `apache-airflow-providers-cncf-kubernetes==10.12.4`
   
   One very important thing to point out here is that the 404 from attempting 
to read pod/logs comes at the _beginning_ of KPO spin-up, and is then re-raised 
during teardown so it appears like logs are trying to be read from a deleted 
pod, which is not the case. This does however result in a "successful" run of 
the KPO's `base` pod, which then gets marked as a failure due to the 404 
`kubernetes_asyncio.client.exceptions.ApiException`
   
   In @Amar1404 's case, the error log is printed at `[2025-03-01, 00:33:13 
IST] ` but the actual traceback contains the true timestamp of the 404: 
`'Date': 'Fri, 28 Feb 2025 19:03:10 GMT'`
   
   In @davidharkis 's case: log printed: `[2025-02-03, 05:15:24 UTC]`, error 
timestamp: `'Date': 'Mon, 03 Feb 2025 05:07:37 GMT'`
   
   And to provide my case, error log is `[2026-02-22, 10:15:51 UTC]` and error 
timestamp is `'Date': 'Sun, 22 Feb 2026 10:12:43 GMT'`
   
   will update this issue as we find out more from investigation on our side.


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

Reply via email to