Update git submodules

* Update oslo.log from branch 'master'
  to 94b9dc32ec1f52a582adbd97fe2847f7c87d6c17
  - Fix logging in eventlet native threads
    
    There is a bug in eventlet where logging within a native thread can lead
    to a deadlock situation: https://github.com/eventlet/eventlet/issues/432
    
    When encountered with this issue some projects in OpenStack using
    oslo.log, eg. Cinder, resolve them by removing any logging withing
    native threads.
    
    There is actually a better approach. The Swift team came up with a
    solution a long time ago [1], and in this patch that fix is included as
    part of the setup method, but will only be run if the eventlet library
    has already been loaded.
    
    This patch adds the eventlet library as a testing dependency for the
    PipeMutext unit tests.
    
    [1]: 69c715c505
    
    Closes-Bug: #1983863
    Change-Id: Iac1b0891ae584ce4b95964e6cdc0ff2483a4e57d
This commit is contained in:
Gorka Eguileor 2022-08-15 12:12:43 +02:00 committed by Gerrit Code Review
parent 78dfd5869c
commit 718eafac65
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 6401da71b3b1b8d0fc213f0a58dbf69031acba87
Subproject commit 94b9dc32ec1f52a582adbd97fe2847f7c87d6c17