Comment 35 for bug 1285449

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

Reviewed: https://review.openstack.org/77657
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=b8f8476345c74798515d72cd3e05bb6d1df5d8d5
Submitter: Jenkins
Branch: stable/4.1

commit b8f8476345c74798515d72cd3e05bb6d1df5d8d5
Author: Matthew Mosesohn <email address hidden>
Date: Mon Mar 3 20:45:55 2014 +0400

    Add read_timeout and infinite retries to MySQL conns

    read_timeout=60 is an explicit parameter added
    for mysqldb to bail connections if no data is
    received for 60s. Depends on MySQLdb 1.2.5
    max_retries=-1 for all connections so that
    APIs don't give up and die

    Change-Id: Ib4a2cdcc287cbc53c18f7500d96f82d8099e0f35
    Partial-Bug: #1285449