mklokocka

Results 3 issues of mklokocka

Hello, there is a problem with this line: https://github.com/aio-libs/aiocassandra/blob/3ffd252bc52a9ac55f2570acd164d7394a576610/aiocassandra.py#L77 The `__aexit__` coroutine is not correctly setting the `self._finish_event`. There are problems with the way aiocassandra uses threading, to correct this,...

Proposed fix for the `self._exit_event` of paginator not being correctly set when task using paginator cancelled.

### Summary of problem Due to the way `DatadogContextMixin._update_active` is implemented and used, there is a clear issue with context propagation across asynchronously scheduled tasks. Suppose you have a span...

Tracing