Comment 3 for bug 1866164

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-mysql-innodb-cluster (master)

Reviewed: https://review.opendev.org/718569
Committed: https://git.openstack.org/cgit/openstack/charm-mysql-innodb-cluster/commit/?id=2ee2031a5f22af9d7b32ab312966d6ac37e75516
Submitter: Zuul
Branch: master

commit 2ee2031a5f22af9d7b32ab312966d6ac37e75516
Author: David Ames <email address hidden>
Date: Thu Apr 9 14:34:43 2020 -0700

    Send writes to the cluster RW primary

    Before this change, DB setup for client applications would occur on
    whichever node was the juju leader. This may not be the cluster RW
    primary node. This led to Bug #1866164.

    This change guarantees that any post-clustering writes get sent to the
    cluster RW primary node.

    Change-Id: If6beb4450be755a1b204c63759de32d486201202
    Closes-Bug: #1866164