)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":32553,"name":"Sven Kieske","email":"sven_oss@posteo.de","username":"skieske"},"change_message_id":"a3c0070495868f71b130ef9a76cb4e98fc902ed4","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8a30dc97_bca52eb7","updated":"2024-03-13 15:54:22.000000000","message":"there\u0027s something wrong with the parameters:\n\n```\n2024-03-13 10:47:56 0 [ERROR] WSREP: Unrecognized parameter \u0027evs.consensus_timeout\u0027\n```\n\nfrom: https://zuul.opendev.org/t/openstack/build/f3b081b72cd6452db74304074984ae56/log/primary/logs/kolla/mariadb/mariadb.txt \n\njob name: kolla-ansible-debian","commit_id":"6458ff76c8847e1fc92ae32de44352ce10895521"},{"author":{"_account_id":32553,"name":"Sven Kieske","email":"sven_oss@posteo.de","username":"skieske"},"change_message_id":"9bd350ebc1e4fa9f43c3745fffeb95ee06faa9b5","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"a01e4ffb_646487a9","in_reply_to":"8a30dc97_bca52eb7","updated":"2024-03-13 15:56:33.000000000","message":"from the docs:\n\nhttps://galeracluster.com/library/documentation/galera-parameters.html#evs-consensus-timeout\n\n```\nThis variable is mostly used for troubleshooting purposes and should not be implemented in a production environment.\n\nThe excerpt below is an example of how this Galera parameter might look in the configuration file:\n\nwsrep_provider_options\u003d\"evs.consensus_timeout\u003dPT30S\"\n\nNote\n\nThis feature has been deprecated. It is succeeded by evs.install_timeout. \n```\n\nso maybe try `evs.install_timeout` instead (but check the docs first I guess)","commit_id":"6458ff76c8847e1fc92ae32de44352ce10895521"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"88846acc3253daa7b8130143fc584be4b80ab6e1","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"99460d19_98f7872f","in_reply_to":"a01e4ffb_646487a9","updated":"2024-03-15 08:34:56.000000000","message":"Done","commit_id":"6458ff76c8847e1fc92ae32de44352ce10895521"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"48d39064cd4167873547f13e0bb69a15d0c8ea11","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"2b52c5b5_5e6a65f3","updated":"2024-03-15 07:21:10.000000000","message":"recheck - this time looks like Galera is fine, failed on Cinder/RMQ - maybe RMQ needs the same","commit_id":"ba7961a1d35fd2faefdfaa41d1682b6611762bb9"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"ec07b45afe88cca8033702d6719fd2b70454a919","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"e8cdf65f_5dec853b","updated":"2024-03-14 19:15:22.000000000","message":"recheck all green, something is wrong","commit_id":"ba7961a1d35fd2faefdfaa41d1682b6611762bb9"}],"tests/templates/globals-default.j2":[{"author":{"_account_id":32553,"name":"Sven Kieske","email":"sven_oss@posteo.de","username":"skieske"},"change_message_id":"a8b9548597eb48ee59e66f542ac499ea866097e2","unresolved":true,"context_lines":[{"line_number":53,"context_line":"# MariaDB/Galera - fine tune gmcast.peer_timeout"},{"line_number":54,"context_line":"mariadb_wsrep_extra_provider_options:"},{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT60S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT60S\""},{"line_number":58,"context_line":"  - \"evs.consensus_timeout\u003dPT300S\""},{"line_number":59,"context_line":""},{"line_number":60,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":61,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"49725757_853ba25d","line":58,"range":{"start_line":56,"start_character":2,"end_line":58,"end_character":34},"updated":"2024-03-13 10:57:26.000000000","message":"I would go with lower values here, given the defaults, or are these settings based on any previous experience?\n\nIf not I would just suggest to double these from the defaults, so:\n\n```\n - \"evs.suspect_timeout\u003dPT10S\"\n  - \"evs.inactive_timeout\u003dPT30S\"\n  - \"evs.consensus_timeout\u003dPT60S\"\n```\n\nSee the defaults: https://galeracluster.com/library/documentation/galera-parameters.html","commit_id":"6458ff76c8847e1fc92ae32de44352ce10895521"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"efdebc9d54c6f1d1eeed5b571511d8afe2cb8d13","unresolved":true,"context_lines":[{"line_number":53,"context_line":"# MariaDB/Galera - fine tune gmcast.peer_timeout"},{"line_number":54,"context_line":"mariadb_wsrep_extra_provider_options:"},{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT60S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT60S\""},{"line_number":58,"context_line":"  - \"evs.consensus_timeout\u003dPT300S\""},{"line_number":59,"context_line":""},{"line_number":60,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":61,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"b266dd14_57deddfa","line":58,"range":{"start_line":56,"start_character":2,"end_line":58,"end_character":34},"in_reply_to":"49725757_853ba25d","updated":"2024-03-15 09:51:39.000000000","message":"Done, let\u0027s see if this is enough.","commit_id":"6458ff76c8847e1fc92ae32de44352ce10895521"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"3c60380feed0a2a9ddb0e4f187a84c5ff0f4c6ca","unresolved":false,"context_lines":[{"line_number":53,"context_line":"# MariaDB/Galera - fine tune gmcast.peer_timeout"},{"line_number":54,"context_line":"mariadb_wsrep_extra_provider_options:"},{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT60S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT60S\""},{"line_number":58,"context_line":"  - \"evs.consensus_timeout\u003dPT300S\""},{"line_number":59,"context_line":""},{"line_number":60,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":61,"context_line":""}],"source_content_type":"text/x-jinja2","patch_set":1,"id":"b5edf9a6_114707ff","line":58,"range":{"start_line":56,"start_character":2,"end_line":58,"end_character":34},"in_reply_to":"b266dd14_57deddfa","updated":"2024-03-15 09:51:46.000000000","message":"Done","commit_id":"6458ff76c8847e1fc92ae32de44352ce10895521"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"2a6f904ec2ab571aa8b9fda2c2a3050c1ad492c3","unresolved":true,"context_lines":[{"line_number":50,"context_line":"distro_python_version: \"{{ kolla_python_version }}\""},{"line_number":51,"context_line":"{% endif %}"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"# MariaDB/Galera - fine tune gmcast.peer_timeout"},{"line_number":54,"context_line":"mariadb_wsrep_extra_provider_options:"},{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"30b82914_cc38c0de","line":53,"range":{"start_line":53,"start_character":19,"end_line":53,"end_character":48},"updated":"2024-03-15 10:10:52.000000000","message":"just \"fine tune timeouts\"?","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"71ee1b69bc5cc439b15eb13fc9e68354c35a4b19","unresolved":false,"context_lines":[{"line_number":50,"context_line":"distro_python_version: \"{{ kolla_python_version }}\""},{"line_number":51,"context_line":"{% endif %}"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":"# MariaDB/Galera - fine tune gmcast.peer_timeout"},{"line_number":54,"context_line":"mariadb_wsrep_extra_provider_options:"},{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"2570debf_b8d363bb","line":53,"range":{"start_line":53,"start_character":19,"end_line":53,"end_character":48},"in_reply_to":"30b82914_cc38c0de","updated":"2024-03-15 12:04:50.000000000","message":"Done","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":32553,"name":"Sven Kieske","email":"sven_oss@posteo.de","username":"skieske"},"change_message_id":"7d33abc09222b425947d4070a4f4a7e71e5a701f","unresolved":true,"context_lines":[{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT30S\""},{"line_number":58,"context_line":"  "},{"line_number":59,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"enable_openstack_core: \"{{ openstack_core_enabled }}\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"24502e72_1b57b421","line":58,"range":{"start_line":58,"start_character":0,"end_line":58,"end_character":2},"updated":"2024-03-15 10:07:02.000000000","message":"nit: whitespace","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"e16d67b63769e4572befd7f11df343f1b3dcc9f9","unresolved":true,"context_lines":[{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT30S\""},{"line_number":58,"context_line":"  "},{"line_number":59,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"enable_openstack_core: \"{{ openstack_core_enabled }}\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"5f58c9a9_da90148d","line":58,"range":{"start_line":58,"start_character":0,"end_line":58,"end_character":2},"in_reply_to":"24502e72_1b57b421","updated":"2024-03-15 10:32:44.000000000","message":"also increase evs.keepalive_period to reduce load?","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"71ee1b69bc5cc439b15eb13fc9e68354c35a4b19","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT30S\""},{"line_number":58,"context_line":"  "},{"line_number":59,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"enable_openstack_core: \"{{ openstack_core_enabled }}\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"d59cf991_a6ed6b92","line":58,"range":{"start_line":58,"start_character":0,"end_line":58,"end_character":2},"in_reply_to":"5f58c9a9_da90148d","updated":"2024-03-15 12:04:50.000000000","message":"Done","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"23c6838dd58d66dcbcb135873a0a363ead54a8fe","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT30S\""},{"line_number":58,"context_line":"  "},{"line_number":59,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"enable_openstack_core: \"{{ openstack_core_enabled }}\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"648ebb5a_007ac7e7","line":58,"range":{"start_line":58,"start_character":0,"end_line":58,"end_character":2},"in_reply_to":"a0ee94b4_4cb09059","updated":"2024-03-15 19:21:35.000000000","message":"Well, looked at logs from other patch, dumb me.\nevs.keepalived_period max is PT3.33s - so I settled on PT3s","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"984f341e860cb6e91fe889401b911d7738128159","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT30S\""},{"line_number":58,"context_line":"  "},{"line_number":59,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"enable_openstack_core: \"{{ openstack_core_enabled }}\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"a0ee94b4_4cb09059","line":58,"range":{"start_line":58,"start_character":0,"end_line":58,"end_character":2},"in_reply_to":"c7cac361_0811d358","updated":"2024-03-15 13:05:36.000000000","message":"Actually unrelated:\n2024-03-15 12:04:08.342145 | TASK [Run check-config.sh script]\n2024-03-15 12:04:11.232427 | primary | ERROR: Unexpected ownership on /etc/kolla/admin-openrc-system.sh. Got zuul:zuul, expected root:root\n2024-03-15 12:04:13.428788 | primary | ERROR\n2024-03-15 12:04:13.429076 | primary | {\n2024-03-15 12:04:13.429178 | primary |   \"delta\": \"0:00:04.317447\",\n2024-03-15 12:04:13.429273 | primary |   \"end\": \"2024-03-15 12:04:13.094614\",\n2024-03-15 12:04:13.429358 | primary |   \"msg\": \"non-zero return code\",\n2024-03-15 12:04:13.429448 | primary |   \"rc\": 1,\n2024-03-15 12:04:13.429531 | primary |   \"start\": \"2024-03-15 12:04:08.777167\"\n2024-03-15 12:04:13.429614 | primary | }","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"5247c701d8d86ef588da5c4fd012162b873c5f98","unresolved":false,"context_lines":[{"line_number":55,"context_line":"  - \"gmcast.peer_timeout\u003dPT15S\""},{"line_number":56,"context_line":"  - \"evs.suspect_timeout\u003dPT10S\""},{"line_number":57,"context_line":"  - \"evs.inactive_timeout\u003dPT30S\""},{"line_number":58,"context_line":"  "},{"line_number":59,"context_line":"nova_compute_virt_type: \"{{ virt_type }}\""},{"line_number":60,"context_line":""},{"line_number":61,"context_line":"enable_openstack_core: \"{{ openstack_core_enabled }}\""}],"source_content_type":"text/x-jinja2","patch_set":3,"id":"c7cac361_0811d358","line":58,"range":{"start_line":58,"start_character":0,"end_line":58,"end_character":2},"in_reply_to":"d59cf991_a6ed6b92","updated":"2024-03-15 13:02:52.000000000","message":"Adding that broke all jobs - I\u0027ll delete that for now.","commit_id":"3b9a20796902d06367ea4d83b40e2d64ef3ef6bf"}]}
