-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When deleting ports and networks concurrently, because of known incompatibilty of eventlet and MysqlDB, DB deadlock could occur, causing API to fail. The proper fix for this would be to make all APIs non-blocking, and/or use an eventlet-compatible MySQL library like mysql-connector. Until such proper fix is in place, simply retry on such error to avoid API failure. Change-Id: I5c2a3c89c494917947a2d1d6163b87a3b8c6d1c6 Fixes: MNP-11
- Loading branch information
Showing
3 changed files
with
77 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters