Skip to content
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

Golem Providers needs to restart to start receiving tasks again. #342

Open
cryptobench opened this issue Jan 22, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@cryptobench
Copy link
Member

cryptobench commented Jan 22, 2024

We've identified a bug where providers on the network doesn't seem to broadcast their offers to the rest of the network. The provider having issues has a fine online status on the network, but it's simply just not letting the network know about its proposals/offers.

How to identify "stuck/broken" nodes requiring a restart:

  1. Fetch either all providers on the network via https://api.stats.golem.network/v2/network/online or fetch a specific node here https://api.stats.golem.network/v2/provider/node/0x964cffd7f02044e66d60f00c95adc122a7545309

  2. Find your node in the list

  3. Look for runtimes.vm.updated_at and verify if the last update is 2 hours ago or more. You can define this interval yourself and it can probably be lower but I haven't tested that.

On the stats page we verify online statuses of the nodes via yagna net find and that returns OK, so we keep the provider as online on the stats page, but we can verify through the API that some nodes haven't sent a new offer for multiple hours.

To easily identify a broken node, you can also browse the visuals on the stats page here which will mark providers with issues https://stats.golem.network/network/providers/online
image

@prekucki prekucki added the bug Something isn't working label Jan 25, 2024
@prekucki
Copy link
Member

duplicate for #341

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants