
In a case when a number of threads are concurrently accessing a resource that has a external lock there is no indication when one of the threads has taken the external lock. This patch adds in a debug log to try and add some clarity. Change-Id: Ibd7cfd3b39370b1a54f2ab50c75c6b92a876ae1a
Team and repository tags
oslo.concurrency
The oslo.concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.
- Free software: Apache license
- Documentation: https://docs.openstack.org/oslo.concurrency/latest/
- Source: https://git.openstack.org/cgit/openstack/oslo.concurrency
- Bugs: https://bugs.launchpad.net/oslo.concurrency
Description
Languages
Python
100%