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

[Bug] testnet-beta clients takes minutes to connect #3287

Open
onetrickwolf opened this issue May 31, 2024 · 1 comment
Open

[Bug] testnet-beta clients takes minutes to connect #3287

onetrickwolf opened this issue May 31, 2024 · 1 comment
Labels
bug Incorrect or unexpected behavior

Comments

@onetrickwolf
Copy link
Contributor

🐛 Bug Report

testnet-beta clients seem to takes minutes to connect, sometimes greater than ten minutes before it will start syncing

log sample:

"2024-05-31T16:42:12.282Z","""node""","2024-05-31T16:42:10.988109Z WARN snarkos_node_router: Unable to connect to '34.168.118.156:4130' - '34.168.118.156:4130' disconnected before sending ""Message::ChallengeResponse"""
"2024-05-31T16:41:56.752Z","""node""","2024-05-31T16:41:55.260288Z DEBUG snarkos_node_router::handshake: Connecting to 34.17.53.129:4130..."
"2024-05-31T16:41:56.742Z","""node""","2024-05-31T16:41:55.358703Z WARN snarkos_node_router: Unable to connect to '34.17.53.129:4130' - '34.17.53.129:4130' disconnected before sending ""Message::ChallengeResponse"""
"2024-05-31T16:41:56.554Z","""node""","2024-05-31T16:41:55.161640Z DEBUG snarkos_node_router::heartbeat: No connected peers"
"2024-05-31T16:41:48.224Z","""node""","2024-05-31T16:41:45.841743Z DEBUG snarkos_node_router::heartbeat: No connected peers"
"2024-05-31T16:41:47.774Z","""node""","2024-05-31T16:41:45.939828Z DEBUG snarkos_node_router::handshake: Connecting to 34.17.53.129:4130..."
"2024-05-31T16:41:47.394Z","""node""","2024-05-31T16:41:46.037661Z WARN snarkos_node_router: Unable to connect to '34.17.53.129:4130' - '34.17.53.129:4130' disconnected before sending ""Message::ChallengeResponse"""
"2024-05-31T16:41:31.935Z","""node""","2024-05-31T16:41:30.418541Z WARN snarkos_node_router: Unable to connect to '34.168.118.156:4130' - '34.168.118.156:4130' disconnected before sending ""Message::ChallengeResponse"""
"2024-05-31T16:41:31.768Z","""node""","2024-05-31T16:41:30.224314Z DEBUG snarkos_node_router::handshake: Connecting to 34.168.118.156:4130..."

Steps to Reproduce

spin up a client with with the --network 1 flag e.g. snarkos start --network 1 --allow-external-peers --nocdn --nodisplay --client

Expected Behavior

Would expect it to connect much faster

Your Environment

  • Latest mainnet: 85bd2b3
  • 1.78
  • Ubuntu
@onetrickwolf onetrickwolf added the bug Incorrect or unexpected behavior label May 31, 2024
@onetrickwolf
Copy link
Contributor Author

@vicsn for more context I have experienced this pretty much since testnet-beta went up when trying to stand up some clients for an explorer. I have not seen this in local devnets on the same branch.

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

No branches or pull requests

1 participant