DRACULA1729 commented on issue #68398:
URL: https://github.com/apache/airflow/issues/68398#issuecomment-4703095639
Quick correction to my last comment: I went to write the fix and it turns
out it's already been done. PR #67850 ("Fix scheduler crashloop from
KubernetesExecutor completed-pod adoption") makes exactly the change I
described, switching that helper to an independent non-scoped session.
It shipped in `apache-airflow-providers-cncf-kubernetes` 10.18.0 (released
June 8). The bad code only ever existed in provider 10.17.1 (May 19); 10.17.0
and earlier don't have it. So you're almost certainly on 10.17.1, and bumping
the cncf-kubernetes provider to 10.18.0 or newer should clear it up. This is
purely on the provider side, so your Airflow core version (3.2.2) doesn't
matter here.
No new PR needed from me then. I think this can be closed as already-fixed
by #67850. Sorry for the false start!
--
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]