-
Notifications
You must be signed in to change notification settings - Fork 171
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
[PS-33] updating the list of URI on broacaster-side takes an abnormally long time. #2765
Comments
@FranckUltima could we please have the old and new URIs to investigate? |
old URI : https://81.0.246.88:8935 Updated Mars 3. Old URI still receiving work, new one only test streams. Thank for your Help @thomshutt |
Update. |
problem seems to have been solved after the redeploy of the broadcaster's nodes this afternoon. |
@FranckUltima Agreed, we're going to be prioritising this and other O issues over the next month |
Any update on this issue? I think I'm currently experiencing this with my testing O: Changed the URI (more specifically the port) 3 days ago and I'm not getting any work since then besides the test streams. |
@0xVires I suspect the Broadcaster cache isn't updating properly in the case of URI changes (which is why we see a Broadcaster restart causing an update). I did a bit of digging on Friday and didn't come up with anything, but will try to figure it out this week |
A few things worth keeping in mind while investigating this issue:
Worth looking into whether there are any issues with the caching logic used in any of the code paths for on-chain/webhook discovery. |
My test broadcaster just experienced this. Pon changed his port and my broadcaster did not look to the new port until restarted. |
I have a question: if the update on the broadcasters' side of the URI lists needs to wait for a server restart, which could result in a delay of several weeks before an orchestrator that has changed its URI starts receiving new jobs (apart from test streams), is this also the case for stakes? I mean, if an orchestrator with a stake of 2000 LPT receives a new stake of 50000 LPT, should we anticipate a potential delay of several weeks while waiting for the broadcasters to reboot their servers? Or is this independent of the URI update issue, and the new stake is immediately taken into account? |
after changing server and updating the URI via livepeer_cli, after more than 3 days the new server still only receives test streams, but jobs from livepeer.inc still arrive only on the old server.
It seems that updating the list of URIs at the broadcaster level takes an abnormally long time.
PS-33
The text was updated successfully, but these errors were encountered: