The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
a3b1c798b1abb27cf6caccb3264c010e730befcc / Daniel Standish 
<[email protected]>
Add _request_timeout to KPO log fetch calls

When param _request_timeout is not provided, the default is no timeout, which 
means that sometimes a log read through the kubernetes API may hang forever.  
See more details 
[here](https://github.com/kubernetes-client/python/blob/2270ff927e8b5e5340aa7f4cc023293fa4d57eb3/examples/watch/timeout-settings.md).
  We add the timeout so that connections will be dropped, and there is 
appropriate logic to resume after disconnect.  One thing that's maybe not 
perfect is we increment the "since_time" a few seconds on resume.  Generally 
this should cause a problem because it will be after a read timeout.  We might 
occasionally lose a couple log lines after a connection timeout.  But I don't 
think it's worth the complexity to avoid that.

Report URL: https://github.com/apache/airflow/actions/runs/7258147181

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to