File: reset-db-retry-settings-49e51cef4c842f69.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (10 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
---
fixes:
  - |
    Increase the DB retry interval and max retry times for the
    ``retry_db_errors`` decorator in ``neutron_lib.db.api`` to
    0.5 seconds and 20 times, respectively. For those actions
    which have a higher chance for DBDeadlock, users should have
    a higher success rate due to the larger random range and retry
    times. For more information
    see bug `1777968 <https://bugs.launchpad.net/neutron/+bug/1777968>`_