summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-db-deadlock-handling-6bc10076537f3727.yaml
blob: dcf8f494314700f41bbe7b3be608e0b4165a841d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - Fixes an issue which caused conductor's periodic tasks to stop executing.
    See https://bugs.launchpad.net/ironic/+bug/1637210.
features:
  - Adds DBDeadlock handling which may improve stability when using Galera.
    See https://bugs.launchpad.net/ironic/+bug/1639338. Number of retries
    depends on the configuration option ``[database]db_max_retries``.
upgrade:
  - All DB API methods doing database writes now retry on deadlock. The
    ``[database]db_max_retries`` configuration option specifies the maximum
    number of times to retry, and can be customised if necessary.