Comment 1 for bug 1999392

Revision history for this message
Rodolfo Alonso (rodolfo-alonso-hernandez) wrote :

Right, this log message is something "expected" since [1]. The router port deletion is done inside an active transaction and this is the cause of this warning message.

I know this warning message is ugly but, to be honest, I think is safer to perform the router and port deletion in the same transaction rather than first deleting the port and the deleting the router. If the second fails, the router will become useless but will remain in the database.

[1]https://review.opendev.org/c/openstack/neutron/+/715315/24/neutron/db/l3_db.py#320