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

Provider uptime checks caching bad connection #671

Open
Redm4x opened this issue Jan 17, 2025 · 0 comments
Open

Provider uptime checks caching bad connection #671

Redm4x opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Redm4x
Copy link
Contributor

Redm4x commented Jan 17, 2025

If a provider goes down the uptime checks in the indexer app will flag it as offline. When it comes back up it should be flagged as online, but in some cases the checks will continue to fail even when the provider is back up. Restarting the indexer fixes the issue so it points to a caching issue. The grpc clients are memoized so that could be related. grpc-js also seems to reuse existing connection even when recreating the client.

Here's 2 provider that had this issue:

This ticket is for documenting future occurrences of the bug and ideally try to reproduce it so that we can figure out the root cause and fix it.

@Redm4x Redm4x added the bug Something isn't working label Jan 17, 2025
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

1 participant