Comment 29 for bug 1822884

Revision history for this message
Andy Speagle (aspeagle) wrote (last edit ):

I just upgraded from Wallaby to Xena and am seeing this exact problem that didn't appear in Wallaby.

2024-03-14 20:20:54.138 1357 ERROR oslo_db.api [req-b596ce7b-3d72-47ca-a3fd-1a325414d53d bbb52c6ae1ef4474a0b5489907d08fc6 344a8e538e334830a078abb431ec4876 - 7057ce2ae029486a8bbb6eebd7f4a9e0 7057ce2ae029486a8bbb6eebd7f4a9e0] DB exceeded retry limit.: oslo_db.exception.DBDuplicateEntry: (pymysql.err.IntegrityError) (1062, "Duplicate entry '2392c54a-30dc-460e-b60d-d6d7b121fffa-<hostname>' for key 'ml2_port_bindings.PRIMARY'")
[SQL: UPDATE ml2_port_bindings SET host=%(host)s, profile=%(profile)s, vif_type=%(vif_type)s, vif_details=%(vif_details)s WHERE ml2_port_bindings.port_id = %(ml2_port_bindings_port_id)s AND ml2_port_bindings.host = %(ml2_port_bindings_host)s]
[parameters: {'host': '<hostname>', 'profile': '{}', 'vif_type': 'unbound', 'vif_details': '', 'ml2_port_bindings_port_id': '2392c54a-30dc-460e-b60d-d6d7b121fffa', 'ml2_port_bindings_host': '<old hostname>'}]
(Background on this error at: http://sqlalche.me/e/13/gkpj)

Did a regression happen in Xena for this?