Comment 2 for bug 2006623

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

Reviewed: https://review.opendev.org/c/starlingx/integ/+/871349
Committed: https://opendev.org/starlingx/integ/commit/2bd6d28ace1cc66fc73e90c4a03118404f500b34
Submitter: "Zuul (22348)"
Branch: master

commit 2bd6d28ace1cc66fc73e90c4a03118404f500b34
Author: Enzo Candotti <email address hidden>
Date: Fri Jan 20 15:39:25 2023 -0300

    Fix reconnection in logging.handlers.SysLogHandler

    There are lots of exceptions reported in gunicorn.log.
    That error was due to a bug present on SysLogHandler
    that was reported on cpython repo but was not fixed for python3.9.2.

    This change adds python3.9 package to the build system and patches
    it in order to update SysLogHandler to fix the reconnection bug.

    Test Plan:
    PASS: Build python3.9 package. Install
    libpython3.9-minimal_3.9.2-1.stx.1_amd64.deb and verify that the
    exceptions are no longer present.

    Depends-On: https://review.opendev.org/c/starlingx/root/+/873159
    Closes-bug: 2006623

    Signed-off-by: Enzo Candotti <email address hidden>
    Change-Id: I6eb44544da5c05e712bc89e69193548667c8ab28