-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
DB Deadlock when stress testing with silk #265
Comments
I still encounter this issue in v2.0.0. So maybe #267 did not fully fix this issue. Sample logs from db:
|
I still get this as well - I think it might be related to cachealot which I have installed as well. Trying to turn off cachealot for silk via |
getting this as well. Serving django through 4x daphne workers daphne log
Postgres log:
|
Can't use
MySQL 5.5 |
I'm seeing this as well. python 3.7.3 |
Since configuring cachealot and silk to work together this error went away for me.
|
Has anyone solved this issue? I am seeing this with: Python 3.6 |
I would like to draw the maintainers' attention to this issue, as it seems to affect multiple users. In fact, it is a blocker for me; I would really like to use |
I am experiencing the same issue with Postgres not using cachealot |
As a workaround, make sure to set the This way, the chances of running into this issue are much smaller (but still possible, depending on your load). An even better workaround is to set |
Issue still exists. :( Any plan to resolve this annoying issue? |
…llection. To avoid deadlock issues as mentioned e.g. in jazzband#265 jazzband#294 jazzband#371 Based on jazzband#265 (comment)
…llection. (#541) * Added silk_request_garbage_collect command for out-of-band garbage collection. To avoid deadlock issues as mentioned e.g. in #265 #294 #371 Based on #265 (comment) * Okay, to please @codecov :) Co-authored-by: Nikolaus Schlemm <capo@coder-nostra.de> Co-authored-by: Albert Wang <git@albertyw.com>
…llection. (#541) * Added silk_request_garbage_collect command for out-of-band garbage collection. To avoid deadlock issues as mentioned e.g. in #265 #294 #371 Based on jazzband/django-silk#265 (comment) * Okay, to please @codecov :) Co-authored-by: Nikolaus Schlemm <capo@coder-nostra.de> Co-authored-by: Albert Wang <git@albertyw.com>
I got a deadlock error when testing with the latest version of silk (1.1.0).
Here is the DB output:
Output from pip freeze:
Thanks
-Selim
The text was updated successfully, but these errors were encountered: