summaryrefslogtreecommitdiff
path: root/releasenotes/notes/Adding-distributed-locking-to-central-6dd97cd92eeab9e1.yaml
blob: bbb421c28a058af00946cf414ff4903c10377ba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
fixes:
  - |
    Adding distributed locking to central

    The central service was not using a global lock which can lead to
    a race condition in a high availability setup leading to missing
    recordsets in the DNS backend. This release includes a partial
    backport of a distributed locking mechanism to central.

    Fixes `bug 1871332`_

    .. _Bug 1871332: https://bugs.launchpad.net/designate/+bug/1871332