Comment 3 for bug 1445123

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

Reviewed: https://review.openstack.org/176340
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=ac79df1567fb040067ed59d948e8a39fb90af177
Submitter: Jenkins
Branch: master

commit ac79df1567fb040067ed59d948e8a39fb90af177
Author: Kiall Mac Innes <email address hidden>
Date: Wed Apr 22 15:42:29 2015 +0100

    central.update_status should be transactional

    Central's update status method issues a large number of SQL
    queries for large zones with many recent updates, as a result
    it's checking out many connections from our connection pool one
    after another, contributing to bug 1445123. By wrapping the
    call in a transaction, a single connection will be checked out
    of the pool.

    Partial-Bug: 1445123
    Change-Id: Idfde7578e1a17a6a0585835fe614f787102563fa