
When an exception occurs inside 'except' clause, it is not handled. As a result, forever_retry_uncaught_exceptions fails with exception, while by definition it should not. For instance, oslo.messaging's RPC server relies on that function to process any exception. When forever_retry_... fails to do so, the server thread dies. An example could be found in referenced bug. Change-Id: I415a0f49b25b80a264f0bc951f4b926d57a9c9a8 Closes-Bug: #1502092
oslo.utils
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/oslo.utils
- Source: http://git.openstack.org/cgit/openstack/oslo.utils
- Bugs: http://bugs.launchpad.net/oslo.utils
Description
Languages
Python
100%