manila/releasenotes/notes/bug-2084529-add-db_retry-on-update-methods-538f3a295a110f3f.yaml
Kiran Pawar b64e5a35e1 decorate all missing *_update methods with db_retry on deadlock
Share instance records and their relations were missing db_retry and
so added the db_retry decorator.

Co-Authored-By: Maurice Escher <maurice.escher@sap.com>
Closes-bug: #2084529
Change-Id: Iac0bee438365ab0902859df74647f1502c619270
2024-10-16 07:39:16 +00:00

7 lines
198 B
YAML

---
fixes:
- |
Added db_retry on deadlock for various database update methods.
Please check `launchpad bug 2084529
<https://bugs.launchpad.net/manila/+bug/2084529>`_ for more details.