Comment 5 for bug 1571682

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

Reviewed: https://review.openstack.org/307691
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=a8e0ba70990c23ecc19eebf8299e698f2d140202
Submitter: Jenkins
Branch: stable/mitaka

commit a8e0ba70990c23ecc19eebf8299e698f2d140202
Author: Bjoern Teipel <email address hidden>
Date: Mon Apr 18 09:32:27 2016 -0500

    Decrease MariaDB wait timeout

    This MariaDB setting uses the same timeout for SQL connections
    as configured inside SQL Alchemy (pool_recycle) and prevent possibly
    SQL session build up due to a large default setting (8 Hours).

    Nova and Neutron are using a idle_timeout of 3600 by default,
    for example
    https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py#L101
    and respectively for Neutron
    https://github.com/openstack/neutron/blob/stable/liberty/etc/neutron.conf#L761

    Change-Id: I273739c3c10616cac148aeb839154e0fb3359bca
    Closes-Bug: #1571682
    (cherry picked from commit a1636b3bb3c5c7588c8e92d4da45198929f7e833)