Comment 5 for bug 1413104

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

Reviewed: https://review.openstack.org/149963
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=6c6bfc35f779774141274579b948280518f57e2d
Submitter: Jenkins
Branch: master

commit 6c6bfc35f779774141274579b948280518f57e2d
Author: Bartłomiej Piotrowski <email address hidden>
Date: Mon Jan 26 11:06:08 2015 +0100

    Use haproxy's http-server-close by default

    At load, haproxy begins accumulating a large number of connections to
    backend services stuck in TIME_WAIT state. Eventually, this leads to
    stalled requests to OpenStack API services. http-server-close solves
    that problem.

    Change-Id: Ie405fe2d384d9d8375f60ad2c3c9885f41fe6d49
    Closes-Bug: 1413104