You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
This is potentially related to issue #2702.
T's are getting stuck trying to reconnect to an O after a restart or crash. This does not happen 100% of the time, but most commonly occurs when an O restarts incorrectly/crashes.
The T must be manually restarted before it can connect to the O again, or else it just hangs here:
Dec 29 23:30:18 fortuna livepeer[299586]: I1229 23:30:18.319760 299586 ot_rpc.go:141] End of stream receive cycle because of err="rpc error: code = Unavailable desc = error reading from server: EOF", waiting for running transcode jobs to complete
Thanks to Marco, we may have narrowed down the section of code where the issue is occurring:
Describe the bug
This is potentially related to issue #2702.
T's are getting stuck trying to reconnect to an O after a restart or crash. This does not happen 100% of the time, but most commonly occurs when an O restarts incorrectly/crashes.
The T must be manually restarted before it can connect to the O again, or else it just hangs here:
Thanks to Marco, we may have narrowed down the section of code where the issue is occurring:
go-livepeer/server/ot_rpc.go
Lines 124 to 143 in e2c46a1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
T should automatically connect back to an O regardless of how an O restarts.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: