)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"61388404297d477717fbd86a9fb07655294ae131","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"587b24a6_92985c89","updated":"2025-06-06 14:05:25.000000000","message":"lets see if ci is happy","commit_id":"d33a0bd312cf300e4c4cf9056254a737a90f863d"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"87d63d82532c5f172ca9db4ae2a7c052135139ce","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"bba4283b_da005d23","updated":"2025-06-06 17:35:02.000000000","message":"nova-next looks good.\nlast stats from nova-api log:\n```\nJun 06 16:08:39.561866 np0041044099 devstack@n-api.service[76126]: INFO nova.utils [None req-2afde7a4-13ae-41bf-91d0-cbf8d1b07fd7 admin admin] Stats of MainProcess.cell_worker executor: \u003cExecutorStatistics object at 0x76d13209b580 (failures\u003d0, executed\u003d4652, runtime\u003d123.49, cancelled\u003d0)\u003e\nJun 06 16:08:39.562307 np0041044099 devstack@n-api.service[76126]: INFO nova.utils [None req-2afde7a4-13ae-41bf-91d0-cbf8d1b07fd7 admin admin] State of MainProcess.cell_worker ThreadPoolExecutor: max_workers: 5, workers: 5, idle workers: 5, queued work: 0\n```\n\nand I don\u0027t see much traffic in the executor in the nova-metadata logs just the scatter gather at the service startup to check the min service version.","commit_id":"d33a0bd312cf300e4c4cf9056254a737a90f863d"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"b4876498fcd492587efdf20cd64741ec26dfad9a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"c1674cb3_31ce3034","updated":"2025-06-16 11:38:27.000000000","message":"The logging fix in https://review.opendev.org/c/openstack/nova/+/948079 now removed the false positive warnings about thread pool exhaustion https://zuul.opendev.org/t/openstack/build/73464b85cf4f4f17acec37d967687119/log/controller/logs/screen-n-api.txt?severity\u003d3","commit_id":"c9ca83e8d5d459aecf074f81205c531bb8e5fd10"},{"author":{"_account_id":7166,"name":"Sylvain Bauza","email":"sbauza@redhat.com","username":"sbauza"},"change_message_id":"78d12be9b052ae1a214f6b8aa842b26f9a03d10b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":17,"id":"4369ad74_7512db33","updated":"2025-07-29 09:07:29.000000000","message":"YUUUUUUUP","commit_id":"9a0062f2de44621eb7209c3a62eb82bfcec517bc"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"3e49d23e507a801fa18ff1f9a375104f2ecc9fd8","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":17,"id":"1554d595_aa57c672","updated":"2025-07-25 18:13:12.000000000","message":"recheck ceph download error","commit_id":"9a0062f2de44621eb7209c3a62eb82bfcec517bc"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"b7ca4c7420dc38d180773b209087b11182864ae7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":19,"id":"0c692136_1ecdb930","updated":"2025-07-31 07:21:44.000000000","message":"Some thread pool stats from nova-next:\n* n-sch: two workers, no warning about queued work\n```\nJul 30 21:42:55.090741 np1900322a535c4 nova-scheduler[84104]: DEBUG nova.utils [None req-229ca66d-fc6b-4037-ad8d-3db151147897 admin admin] State of Process-1.cell_worker ThreadPoolExecutor when submitting a new task: max_workers: 5, workers: 5, idle workers: 5, queued work: 0, stats: \u003cExecutorStatistics object at 0x7beaac2b1bc0 (failures\u003d0, executed\u003d142, runtime\u003d2.15, cancelled\u003d0)\u003e {{(pid\u003d84104) _log_executor_stats /opt/stack/nova/nova/utils.py:1357}}\n26561\t\n```\n\n```\nJul 30 21:43:18.118185 np1900322a535c4 nova-scheduler[84108]: DEBUG nova.utils [None req-68504d4a-a74f-41a8-bdd6-6e2a4b3ed358 admin admin] State of Process-2.cell_worker ThreadPoolExecutor when submitting a new task: max_workers: 5, workers: 5, idle workers: 5, queued work: 0, stats: \u003cExecutorStatistics object at 0x7beaac2ba480 (failures\u003d0, executed\u003d144, runtime\u003d3.96, cancelled\u003d0)\u003e {{(pid\u003d84108) _log_executor_stats /opt/stack/nova/nova/utils.py:1357}}\n26654\n```\n\n* n-api: single process, no warning about queued work:\n```\nJul 30 21:43:36.528576 np1900322a535c4 devstack@n-api.service[75248]: DEBUG nova.utils [None req-b08bd86d-afbb-45c8-999d-374998e1c3f5 admin admin] State of MainProcess.cell_worker ThreadPoolExecutor when submitting a new task: max_workers: 5, workers: 5, idle workers: 5, queued work: 0, stats: \u003cExecutorStatistics object at 0x7ebb21a670c0 (failures\u003d0, executed\u003d4655, runtime\u003d106.60, cancelled\u003d0)\u003e {{(pid\u003d75248) _log_executor_stats /opt/stack/nova/nova/utils.py:1357}}\n138122\t\n```\n\n* n-metadata: single process, no warning, minimal usage\n```\nJul 30 20:06:57.109976 np1900322a535c4 devstack@n-api-meta.service[83709]: DEBUG nova.utils [None req-7b01ed8a-53be-426e-b816-dd0f72ae7593 None None] State of MainProcess.cell_worker ThreadPoolExecutor when submitting a new task: max_workers: 5, workers: 1, idle workers: 0, queued work: 0, stats: \u003cExecutorStatistics object at 0x7f5518a17d40 (failures\u003d0, executed\u003d0, runtime\u003d0.00, cancelled\u003d0)\u003e {{(pid\u003d83709) _log_executor_stats /opt/stack/nova/nova/utils.py:1357}}\n1828\t\n```","commit_id":"5f69de98b333dc881c3b54ca0a0102bb63b012f7"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"2720613015b729a656e02bd50aee2f2dae99578c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":20,"id":"dbfb03c8_4bdd18e7","updated":"2025-08-01 17:34:42.000000000","message":"recheck https://review.opendev.org/c/openstack/openstacksdk/+/956369 unblocked the gate","commit_id":"d53e0a879c50255fed4583a50f9828af46839a5a"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"e82fcd280c4862c84986a0386ca16c611ef1ee4a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":21,"id":"891771ea_a6f5d126","updated":"2025-08-15 09:03:28.000000000","message":"readded +W lost in a rebase","commit_id":"d6a3f863290ab408fbfd4009dcbb3af315bf51c5"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"fb63bf45add5c86b101fc01db022d5fc44d297ed","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":21,"id":"232fdc52_7d276b9e","updated":"2025-08-15 06:53:47.000000000","message":"recheck one volume build ended up in error","commit_id":"d6a3f863290ab408fbfd4009dcbb3af315bf51c5"}]}
