This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
validator: Ensure get_rpc_addr()
doesn't return a dead RPC address
#7843
Milestone
When a validator joins gossip, there's no guarantee that its ports are truly accessible to all other network participants. This can cause trouble for a validator that is attempting to boot, and selects an advertised RPC address that is blocked.
A recent PR, #7759, improved this situation slightly be we need to do better by checking that a connection can be successfully established to the selected RPC address in
solana/validator/src/main.rs
Lines 187 to 240 in 8572b57
The text was updated successfully, but these errors were encountered: