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

test validator - overlaping QUIC and REPAIR ports. #27020

Closed
devvyn-mark-qtc opened this issue Aug 9, 2022 · 2 comments
Closed

test validator - overlaping QUIC and REPAIR ports. #27020

devvyn-mark-qtc opened this issue Aug 9, 2022 · 2 comments

Comments

@devvyn-mark-qtc
Copy link

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):

[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.

@devvyn-mark-qtc
Copy link
Author

bump, as it wasnt visible before.

@CriesofCarrots
Copy link
Contributor

Thanks for the bump, you're right about this bug. This is fixed in master and in v1.11.

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