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

load balancer in front of both rpc and bootstrap is problematic #57

Closed
gregcusack opened this issue Jul 26, 2024 · 4 comments
Closed

load balancer in front of both rpc and bootstrap is problematic #57

gregcusack opened this issue Jul 26, 2024 · 4 comments

Comments

@gregcusack
Copy link
Collaborator

gregcusack commented Jul 26, 2024

if we don't pass in full-rpc then the load balancer may send an rpc request to the bootstrap and the request will fail. need to put load balancer just in front of RPC.

@gregcusack
Copy link
Collaborator Author

part of this issue is solved here: #56

@gregcusack
Copy link
Collaborator Author

issue now is if you are in a bootstrap or validator node not running RPC, -ul will no longer work. Need to ping the load balancer endpoint

@CriesofCarrots
Copy link
Contributor

issue now is if you are in a bootstrap or validator node not running RPC, -ul will no longer work. Need to ping the load balancer endpoint

That might be a reason to run solana config set -u <load_balancer_endpoint> on boot

@gregcusack
Copy link
Collaborator Author

should be fixed in: #63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants