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 2021/12/13 16:37:33 UTC

[GitHub] [airflow] wseaton commented on issue #15097: Errors when launching many pods simultaneously on GKE

wseaton commented on issue #15097:
URL: https://github.com/apache/airflow/issues/15097#issuecomment-992660051


   We are actually running into this issue on `1.10.14` when launching 25+ pods at once (on OpenShift instead of GKE), is there a chance this fix could be backported to latest 1.10.X?
   
   ```
   [2021-12-09 22:44:32,525] {taskinstance.py:1150} ERROR - (409)
   Reason: Conflict
   HTTP response headers: HTTPHeaderDict({'Audit-Id': '88892258-bd32-49b8-9be7-2d43461fe952', 'Cache-Control': 'no-cache, private', 'Content-Type': 'application/json', 'X-Kubernetes-Pf-Flowschema-Uid': '5700ae9b-7d96-4990-86ac-16db6b730352', 'X-Kubernetes-Pf-Prioritylevel-Uid': '4b6183c1-e44a-482d-ac38-8994e7c8ba98', 'Date': 'Thu, 09 Dec 2021 22:44:32 GMT', 'Content-Length': '330'})
   HTTP response body: {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Operation cannot be fulfilled on resourcequotas \"my-quota\": the object has been modified; please apply your changes to the latest version and try again","reason":"Conflict","details":{"name":"my-quota","kind":"resourcequotas"},"code":409}
   ```


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org