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

package info (click to toggle)
python-neutron-lib 2.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,004 kB
  • sloc: python: 20,559; pascal: 615; sh: 98; makefile: 22
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>`_