-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error in profiling, _ProfiledThreadingLock object has no attribute _self_acquired_at #11343
Comments
Any update on this? This is preventing usage of the profiler for us in the latest version, thanks! |
Yep, we're seeing this too. For some reason, only on our celerybeat service. Python 3.11.9, ddtrace 2.11.8. |
I'm seeing a different but seemingly related error with
|
We are also seeing this error:
On |
The fix PR was merged but has not yet been released. Will update once more when it's released. |
@audiolion It's just a debug log. Are your services spammed with this message? |
Hey @taegyunkim, starting on version 2.20.0, when we enable the Profiler, we start getting this exact exception: builtins.AttributeError: '_ProfiledThreadingLock' object has no attribute '_self_acquired_at' When we reverted to 2.19.1 it was solved. Wasn't it supposably solved in this exact version? 🤔 |
Upgraded to the most recent release of ddtrace, 2.16.0.
We are now seeing this error on profiling:
We are seeing these errors, but it also appears to impact the applications as well (queue workers no longer dequeuing tasks). We are using asyncio with uvloop (0.19.0) and Python 3.11.10.
The text was updated successfully, but these errors were encountered: