-
Notifications
You must be signed in to change notification settings - Fork 12
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
Figure out log notify timeout bug #7
Comments
Timeout takes exactly 60s on mac OSX |
The nice thing is that before the timeout strikes events can be heard:
This doesn't keep the timeout from happening afterwards unfortunately |
We've now got a basic workaround -- just resubscribe every minute once the subscription shuts down. This is a bit racy so a better way to do this is to record the chain epoch of subscription shut down and then query the logs directly from that epoch to now when starting up again. However I'm really hoping that these issues don't show up at all in real networks since ganashe didn't have it. I'm suspicious that calibration network nodes won't even have it. |
Bad bug timing out every 90s from subscription channel when connected over lotus ws:// api. Very generic golang network connection timeout -- seems unrelated to lotus or xchain. Looks like the socket is getting disconnected at lower level?
Could be ubuntu OS
No good knowledge in slack threads.
Strategies
The text was updated successfully, but these errors were encountered: