)]}'
{"id":"openstack%2Fopenstack-helm~1006117","triplet_id":"openstack%2Fopenstack-helm~master~I08b091b99caf01b9f7025046a9e2a7ef66db9b88","project":"openstack/openstack-helm","branch":"master","hashtags":[],"change_id":"I08b091b99caf01b9f7025046a9e2a7ef66db9b88","subject":"nova: run two uwsgi workers for the API services","status":"ABANDONED","created":"2026-09-17 21:01:22.000000000","updated":"2026-09-17 21:07:57.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"b102a24a6e01ac5ca0795306b51b03d093ad2810","_number":1006117,"virtual_id_number":1006117,"owner":{"_account_id":3009,"name":"Vladimir Kozhukalov","email":"kozhukalov@gmail.com","username":"kozhukalov"},"actions":{},"labels":{"Verified":{"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","default_value":0,"optional":true},"Workflow":{"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{},"pending_reviewers":{},"reviewer_updates":[],"messages":[{"id":"b5f1e8c3bed0943eb5a96009b60a2413999c6f02","tag":"autogenerated:gerrit:newPatchSet","author":{"_account_id":3009,"name":"Vladimir Kozhukalov","email":"kozhukalov@gmail.com","username":"kozhukalov"},"date":"2026-09-17 21:01:22.000000000","message":"Uploaded patch set 1.","accounts_in_message":[],"_revision_number":1},{"id":"b102a24a6e01ac5ca0795306b51b03d093ad2810","tag":"autogenerated:gerrit:abandon","author":{"_account_id":3009,"name":"Vladimir Kozhukalov","email":"kozhukalov@gmail.com","username":"kozhukalov"},"date":"2026-09-17 21:07:57.000000000","message":"Abandoned\n\nFolded into 1005975, which fixes the liveness probe target; the two belong together.","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"3f3a7f51f46e5a4228021159cb026dc13601926c","revisions":{"3f3a7f51f46e5a4228021159cb026dc13601926c":{"kind":"REWORK","_number":1,"created":"2026-09-17 21:01:22.000000000","uploader":{"_account_id":3009,"name":"Vladimir Kozhukalov","email":"kozhukalov@gmail.com","username":"kozhukalov"},"ref":"refs/changes/17/1006117/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/openstack-helm","ref":"refs/changes/17/1006117/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/openstack-helm refs/changes/17/1006117/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/openstack-helm refs/changes/17/1006117/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/openstack-helm refs/changes/17/1006117/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/openstack-helm refs/changes/17/1006117/1"}}},"commit":{"parents":[{"commit":"b86436b559032495b8a8d131878c5db98d377b87","subject":"Merge \"Retire the deployment scripts and dead tooling\"","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/openstack-helm/commit/b86436b559032495b8a8d131878c5db98d377b87"}]}],"author":{"name":"Vladimir Kozhukalov","email":"kozhukalov@gmail.com","date":"2026-09-17 21:00:15.000000000","tz":-300},"committer":{"name":"Vladimir Kozhukalov","email":"kozhukalov@gmail.com","date":"2026-09-17 21:01:19.000000000","tz":-300},"subject":"nova: run two uwsgi workers for the API services","message":"nova: run two uwsgi workers for the API services\n\nuwsgi defaults to one worker, which serves one request at a time --\nincluding the kube-probe. A slow request blocks the readiness probe\nbehind it, the probe times out, and the endpoint controller drops the\nreplica from the Service. With replicas.osapi at 1 that empties it and\nevery other service loses the API while it still works.\n\nSeen three times running in compute-kit-2025-1: heat-engine could not\nreach nova-api:8774 while it logged 16 readiness timeouts in 4 min.\n\nTwo workers leave one free for the probe while the other is busy.\nthunder-lock and lazy-apps are already set for running more than one,\nso only the count was missing. nova-api-metadata gets it too.\n\nLiveness on the stats port (Ie252e7) cannot help: readiness is\nanswered by the workers by design.\n\nSigned-off-by: Vladimir Kozhukalov \u003ckozhukalov@gmail.com\u003e\nCo-Authored-By: Claude Opus 5 (1M context) \u003cnoreply@anthropic.com\u003e\nChange-Id: I08b091b99caf01b9f7025046a9e2a7ef66db9b88\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/openstack-helm/commit/3f3a7f51f46e5a4228021159cb026dc13601926c"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/openstack-helm/commit/3f3a7f51f46e5a4228021159cb026dc13601926c"}]},"branch":"refs/heads/master"}},"requirements":[],"submit_records":[],"submit_requirements":[{"name":"Verified","description":"Verified in gate by CI","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Verified\u003dMAX AND -label:Verified\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Verified\u003dMAX","label:Verified\u003dMIN"],"atom_explanations":{"label:Verified\u003dMAX":"","label:Verified\u003dMIN":""}}},{"name":"Code-Review","description":"Code reviewed by core reviewer","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Code-Review\u003dMAX AND -label:Code-Review\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Code-Review\u003dMAX","label:Code-Review\u003dMIN"],"atom_explanations":{"label:Code-Review\u003dMAX":"","label:Code-Review\u003dMIN":""}}},{"name":"Workflow","description":"Approved for gate by core reviewer","status":"UNSATISFIED","is_legacy":false,"submittability_expression_result":{"expression":"label:Workflow\u003dMAX AND -label:Workflow\u003dMIN","fulfilled":false,"status":"FAIL","passing_atoms":[],"failing_atoms":["label:Workflow\u003dMAX","label:Workflow\u003dMIN"],"atom_explanations":{"label:Workflow\u003dMAX":"","label:Workflow\u003dMIN":""}}}]}
