You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using default or custom port range, the QUIC (by default port +6 from tpu) is overlapping with REPAIR port, thats why after start there is error in logs (which i don't know what consequences that makes):
[38;5;8m[�[0m2022-08-09T09:38:58.232688000Z �[0m�[32mINFO �[0m solana_client::nonblocking::quic_client�[0m�[38;5;8m]�[0m Cannot make connection to 127.0.0.1:8009, error timed out
�[0m�[38;5;8m[�[0m2022-08-09T09:38:58.232714000Z �[0m�[33mWARN �[0m solana_core::warm_quic_cache_service�[0m�[38;5;8m]�[0m Failed to warmup QUIC connection to the leader <leader PubKey>, Error Custom("\"ConnectionError(TimedOut)\"")
As now i believe QUIC port is +1 from tpu port
It is the same on mainnet and testnet release
Proposed Solution
Use the same ports in test validator as in normal mainnet validator, put additional (e.g. repair port - as i believed this port is only in test validator?) after default ports.
The text was updated successfully, but these errors were encountered:
Problem
When using default or custom port range, the QUIC (by default port +6 from tpu) is overlapping with REPAIR port, thats why after start there is error in logs (which i don't know what consequences that makes):
As now i believe QUIC port is +1 from tpu port
It is the same on mainnet and testnet release
Proposed Solution
Use the same ports in test validator as in normal mainnet validator, put additional (e.g. repair port - as i believed this port is only in test validator?) after default ports.
The text was updated successfully, but these errors were encountered: