-
Notifications
You must be signed in to change notification settings - Fork 196
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
Client seems to be hanging the process #159
Comments
I am thinking of cases where _read_loop could spin without any yield |
Thank you @arun11299 for the report, first a few questions:
Lines 279 to 280 in 0f1260d
|
Hi @wallyqs
|
This is something which has happened like 2 or 3 times in the past 1 - 1.5 months. Still difficult to reproduce but what I think is that the issue happens when the VM (Ubuntu18) is somewhat slow.
We have a process which is heartbeat controlled by another process. Now, this is something which has been working for us for a long time. Even before we introduced nats library. So, we do not see any issue from that side.
The thing is that, all these 2 or 3 times the process was made to crash because it did not respond to the hearbeat messages for over 5 minutes.
These are the few python traces we got from the crashed process:
I am not able to reproduce this at will, so I don't have much information as well. Any ideas what could be going on ?
The text was updated successfully, but these errors were encountered: