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

Connection to relay rejected with ResourceLimitExceeded error #616

Open
sandreae opened this issue Jun 13, 2024 · 0 comments
Open

Connection to relay rejected with ResourceLimitExceeded error #616

sandreae opened this issue Jun 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sandreae
Copy link
Member

This occurred after repeatedly starting and stopping a node which connects to a remote relay on startup.

[2024-06-13T08:55:46Z INFO  aquadoggo::network::service] Networking service initializing...
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::behaviour] Identify network behaviour enabled
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::behaviour] mDNS network behaviour enabled
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::behaviour] Rendezvous client network behaviour enabled
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::behaviour] Relay client network behaviour enabled
[2024-06-13T08:55:46Z INFO  aquadoggo::network::service] Connecting to relay node /ip4/193.30.121.115/udp/2024/quic-v1
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::service] NewListenAddr { listener_id: ListenerId(1), address: "/ip4/127.0.0.1/udp/2022/quic-v1" }
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::service] NewListenAddr { listener_id: ListenerId(1), address: "/ip4/172.23.3.38/udp/2022/quic-v1" }
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::service] NewListenAddr { listener_id: ListenerId(1), address: "/ip4/172.20.0.1/udp/2022/quic-v1" }
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::service] NewListenAddr { listener_id: ListenerId(1), address: "/ip4/172.18.0.1/udp/2022/quic-v1" }
[2024-06-13T08:55:46Z DEBUG aquadoggo::network::service] NewListenAddr { listener_id: ListenerId(1), address: "/ip4/172.17.0.1/udp/2022/quic-v1" }
[2024-06-13T08:55:47Z DEBUG aquadoggo::network::service] ConnectionEstablished { peer_id: PeerId("12D3KooWKCKVb2Fw2iTkfDGobkgABn8ijrnaKAfpbAcbuyCZSeDW"), connection_id: ConnectionId(1), endpoint: Dialer { address: "/ip4/193.30.121.115/udp/2024/quic-v1", role_override: Dialer }, num_established: 1, concurrent_dial_errors: Some([]), established_in: 64.528204ms }
[2024-06-13T08:55:47Z DEBUG aquadoggo::network::service] Relay told us our public address: "/ip4/81.150.7.246/udp/32421/quic-v1"
[2024-06-13T08:55:47Z INFO  aquadoggo::network::service] Told relay its public address.
[2024-06-13T08:55:47Z INFO  aquadoggo::network::service] Registered on rendezvous in namespace "aquadoggo"
[2024-06-13T08:55:47Z DEBUG aquadoggo::network::service] Behaviour(RelayClient(ReservationReqFailed { relay_peer_id: PeerId("12D3KooWKCKVb2Fw2iTkfDGobkgABn8ijrnaKAfpbAcbuyCZSeDW"), renewal: false, error: Apply(ResourceLimitExceeded) }))
[2024-06-13T08:55:47Z DEBUG aquadoggo::network::service] ListenerClosed { listener_id: ListenerId(2), addresses: [], reason: Ok(()) }
[2024-06-13T08:55:51Z INFO  aquadoggo::network::service] Relay connection attempt failed: connection timeout
[2024-06-13T08:55:51Z INFO  aquadoggo::network::service] Network service ready!
[2024-06-13T08:55:51Z INFO  aquadoggo::manager] Start replication service
@sandreae sandreae added the bug Something isn't working label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant