Comment 6 for bug 1334466

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (stable/icehouse)

Reviewed: https://review.openstack.org/102912
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=2baae7855bea0e151931c15b161a4b0742650c14
Submitter: Jenkins
Branch: stable/icehouse

commit 2baae7855bea0e151931c15b161a4b0742650c14
Author: Morgan Fainberg <email address hidden>
Date: Wed Jun 25 17:45:24 2014 -0700

    Do not log 14+ INFO lines on a broken pipe error (eventlet)

    Under eventlet if the client disconnects while Keystone is trying
    to transmit data, approximately 14 lines of traceback are logged.

    This could result in massive logs if done repeatedly; worst case
    scenario could include a denial of service due to disk space being
    exhausted.

    Change-Id: Iaf14c64799daa7539d1bd85cb6c6457380c111d9
    Closes-Bug: #1334466