Comment 15 for bug 1600394

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to keystone (master)

Reviewed: https://review.openstack.org/363929
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=cc3e797bca464e75165c31db6e6c19e2b4db2fc4
Submitter: Jenkins
Branch: master

commit cc3e797bca464e75165c31db6e6c19e2b4db2fc4
Author: Brant Knudson <email address hidden>
Date: Wed Aug 31 15:41:21 2016 -0500

    Update sample uwsgi config for lazy-apps

    Keystone had a problem where there was a memcached socket
    opened very early on startup which then got shared between
    worker processes when running under uwsgi. Since we don't have
    a test or a way to ensure that no sockets are opened too early
    for uwsgi, let's recommend setting lazy-apps to avoid issues.

    Change-Id: I8b46c5424094d3abe9a986da4ee1143f72a91a4d
    Related-Bug: 1600394