Comment 16 for bug 1872205

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to designate (master)

Reviewed: https://review.opendev.org/719114
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=7ff2f3956d3c543bbeaf5aafaf214965a1f44df3
Submitter: Zuul
Branch: master

commit 7ff2f3956d3c543bbeaf5aafaf214965a1f44df3
Author: Erik Olof Gunnar Andersson <email address hidden>
Date: Fri Apr 10 15:42:29 2020 -0700

    Simplify Coordination implementation

    This patch attempts to simplify the coordination
    implementation. It also removes some unnecessary
    exception handling that could hide valid issues, e.g.
    the use of unsupported drivers.

    - Use inbuilt heartbeat.
    - Fixed bug with etcd3 driver requiring name to be encoded.
    - Only use grouping if it is used by the service.
    - Remove unnecessary exception handling.

    Closes-Bug: #1872858
    Related-Bug: #1872205
    Change-Id: Ic659c52bf3adca2e97c8b669fe4fa1b5ed992e90