-
Notifications
You must be signed in to change notification settings - Fork 103
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
Socket deadlock on ss_send() from thread context #337
Comments
Related to #343: affects work queues for sharded cache as well as tfw_bomber. |
There are several problems leading to the deadlock:
However, it seems this list is incomplete since I still have deadlock after fixing the problems. |
There is one more concurrency issue: TSQ calls
|
The issue is fixed in sense of #391. Verified by running bomber against Apache HTTPD:
|
Sharded cache (
cache 1
in configuration file) callsss_send()
from workqueue context and faces deadlock on getting immediate response from upstream server running on the same VM.The text was updated successfully, but these errors were encountered: