Comment 8 for bug 2020490

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-tripleo (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/puppet-tripleo/+/884178
Committed: https://opendev.org/openstack/puppet-tripleo/commit/9e0bcc89dc88fe2883cb0ac7187c08d47e103d8f
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 9e0bcc89dc88fe2883cb0ac7187c08d47e103d8f
Author: Damien Ciabrini <email address hidden>
Date: Wed May 24 13:06:52 2023 +0200

    Allow clustercheck to wait before finishing

    Under rare circumstances of heavy loaded environments, HAProxy
    may report 'socket error' when disconnecting from clustercheck if
    the latter closed its side of the connection first.
    Add a configurable post status wait time in clustercheck to fix
    HAProxy error reporting. By default, this post wait is not used.

    Change-Id: I07bf928742f5ff579070f4d1d6248d5b105bce55
    Related-Bug: #2020490