Comment 9 for bug 1610180

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/356122
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=f6c1191ed41e5d0a8c456329be7084f644e531a7
Submitter: Jenkins
Branch: stable/mitaka

commit f6c1191ed41e5d0a8c456329be7084f644e531a7
Author: Alex Schultz <email address hidden>
Date: Tue Aug 16 13:45:33 2016 -0600

    Add retry to master gtid query

    If all the mysql nodes are booted at the exact same time, we can end up
    with a situation where the master determination can occur almost at the
    same time. This change updates the gtid fetching that is done during
    master determination to include a retry with a random 1-10 second sleep
    in an attempt to allow for the other nodes to update pacemaker with
    their gtid information.

    Change-Id: Ib12fb927391857ca9e3fb0a3ee45a7eec9e7913e
    Closes-Bug: #1610180