Comment 2 for bug 1821173

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/c/openstack/kolla-ansible/+/916525
Committed: https://opendev.org/openstack/kolla-ansible/commit/984cb0a7543e3b78f8e7e5b3ef33bc3bd3ce690a
Submitter: "Zuul (22348)"
Branch: master

commit 984cb0a7543e3b78f8e7e5b3ef33bc3bd3ce690a
Author: Sven Kieske <email address hidden>
Date: Fri Apr 19 17:17:28 2024 +0200

    mariadb: fix cluster recovery

    sometimes cluster recovery didn't work
    because we only look for the sequence number in the last 200 lines
    of the log file.

    fix this by ingesting the complete file and only register the last
    sequence number we find.

    Closes-Bug: 1821173

    Change-Id: Iea2661c9d5d262cf99edd5f5b567f252607a0003
    Signed-off-by: Sven Kieske <email address hidden>