Comment 16 for bug 1160442

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

Reviewed: https://review.openstack.org/31657
Committed: http://github.com/openstack/quantum/commit/725d636da5959aee1954a8e8d5ff383d2a8b7bb9
Submitter: Jenkins
Branch: master

commit 725d636da5959aee1954a8e8d5ff383d2a8b7bb9
Author: Gary Kotton <email address hidden>
Date: Tue Jun 4 15:14:39 2013 +0000

    Expose most common QueuePoll parameters from SQLAlchemy

    Fixes bug 1160442

    The defualt parameters are used unless otherwise configured. This
    is applicable for:
     - pool_size
     - max_overflow
     - pool_timeout

    By increasing the pool_size and the max_overflow and lowering the timeout
    the issue reported in the bug is resolved.

    NOTE: the configuration values enable the user to make use of the default
    QueuePool tuning values.

    Change-Id: Ic258442531a2caf2db4f05c4ddd6fbfb0c180f17