Comment 6 for bug 1800417

Revision history for this message
Le, Huifeng (hle2) wrote :

Slawek,

Thanks much for the comments and retry_db_errors should be worked.
Actually, this issue is same with https://github.com/openstack/neutron/commit/1d9fd2aec00cb85034e5a23cc1beac33c74e0110, and the issue had been most addressed by the fix. but this issue still has low possibility to be trigged during large system deployment. And sorry, we do not have additional error logs, do you think it make sense to add @retry_db_errors as additional protection for this issue? if yes, where do you think to add the decorator? (or maybe add it for _create_network_db call?)
@db_api.retry_db_errors
def _create_network_db(self, context, network):