diff --git a/4e48040c42a6d589aef272ae44c0a8bcbe289f96 b/4e48040c42a6d589aef272ae44c0a8bcbe289f96 index ff4586da..686471d7 100644 --- a/4e48040c42a6d589aef272ae44c0a8bcbe289f96 +++ b/4e48040c42a6d589aef272ae44c0a8bcbe289f96 @@ -16,6 +16,29 @@ "message": "I did a quick test:\n\ncreating a load balancer with a prometheus listener, and also an HTTP listener (no pool, no members, no hm)\n\nSep 30 11:37:11 devstack1 devstack@o-api.service[782612]: [pid: 782612|app: 0|req: 118950/237910] 192.168.122.115 () {66 vars in 1356 bytes} [Fri Sep 30 11:37:10 2022] POST /load-balancer/v2.0/lbaas/loadbalancers \u003d\u003e generated 711 bytes in 711 msecs (HTTP/1.1 201) 4 headers \nin 162 bytes (2 switches on core 0)\nSep 30 11:38:06 devstack1 devstack@o-api.service[782613]: INFO octavia.api.v2.controllers.listener [None req-29f7aa7b-a4fe-4d22-b9ff-0a671dc47c2c demo admin] Sending create Listener b6b9e4a1-9330-441c-a55e-e268a7657937 to provider amphora \nSep 30 11:38:06 devstack1 devstack@o-api.service[782612]: INFO octavia.api.v2.controllers.listener [None req-0a60423c-1d9b-4dd8-b057-e5a1fa79dc89 demo admin] Load Balancer 41eedc64-fb50-43ad-b288-b874208a6d88 is immutable. Sep 30 11:38:06 devstack1 devstack@o-api.service[782612]: DEBUG wsme.api [None req-0a60423c-1d9b-4dd8-b057-e5a1fa79dc89 demo admin] Client-side error: Load Balancer 41eedc64-fb50-43ad-b288-b874208a6d88 is immutable and cannot be updated. {{(pid\u003d782612) format_exception /usr\n/local/lib/python3.9/site-packages/wsme/api.py:223}} Sep 30 11:38:06 devstack1 devstack@o-api.service[782612]: [pid: 782612|app: 0|req: 118979/237969] 192.168.122.115 () {66 vars in 1344 bytes} [Fri Sep 30 11:38:06 2022] POST /load-balancer/v2.0/lbaas/listeners \u003d\u003e generated 147 bytes in 100 msecs (HTTP/1.1 409) 4 headers in 1\n63 bytes (1 switches on core 0) Sep 30 11:38:06 devstack1 devstack@o-api.service[782613]: [pid: 782613|app: 0|req: 118991/237970] 192.168.122.115 () {66 vars in 1344 bytes} [Fri Sep 30 11:38:06 2022] POST /load-balancer/v2.0/lbaas/listeners \u003d\u003e generated 943 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 1\n62 bytes (1 switches on core 0) \n\n\nIt seems that the creation of the 2nd listener conflicts with the creation of the first one ", "revId": "4e48040c42a6d589aef272ae44c0a8bcbe289f96", "serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543" + }, + { + "unresolved": true, + "key": { + "uuid": "b8780d94_df3c16b9", + "filename": "octavia_dashboard/api/rest/lbaasv2.py", + "patchSetId": 3 + }, + "lineNbr": 222, + "author": { + "id": 29244 + }, + "writtenOn": "2022-09-30T09:42:49Z", + "side": 1, + "message": "it seems that we are starting 2 threads using the same condition (from PENDING_CREATE), so we might request 2 listener creations at the same time", + "range": { + "startLine": 222, + "startChar": 15, + "endLine": 222, + "endChar": 31 + }, + "revId": "4e48040c42a6d589aef272ae44c0a8bcbe289f96", + "serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543" } ] } \ No newline at end of file