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
Environment: test
Installation type: Local build (make run-api-enabled)
Describe the bug
Network connectivity regression in v0.8.7 prevents nodes from connecting to bootstrap peers. Nodes are unable to establish connections with bootstrap peers, resulting in an empty routing table and network isolation. This functionality was previously working in v0.8.6.
To Reproduce
Build and run masa-oracle v0.8.7:
make run-api-enabled
Observe logs showing repeated connection failures to bootstrap nodes
Check routing table size remains at 0
Verify protocol advertisement fails
Expected behavior
Node should successfully connect to configured bootstrap peers
Routing table should populate with discovered peers
Protocol advertisement should succeed
Node should fully participate in the network as a peer
Logs
ERRO[0030] [-] Failed to connect to bootstrap peer 16Uiu2HAmBcNRvvXMxyj45fCMAmTKD4bkXu92Wtv4hpzRiTQNLTsL: identify failed to complete: context deadline exceeded
ERRO[0030] [-] Connection failed for peer: 16Uiu2HAm7KfNcv3QBPRjANctYjcDnUvcog26QeJnhDN9nazHz9Wi failed to dial: failed to dial 16Uiu2HAm7KfNcv3QBPRjANctYjcDnUvcog26QeJnhDN9nazHz9Wi: no addresses
ERRO[0035] [-] Failed to connect to bootstrap peer 16Uiu2HAm7KfNcv3QBPRjANctYjcDnUvcog26QeJnhDN9nazHz9Wi: failed to dial: failed to dial 16Uiu2HAm7KfNcv3QBPRjANctYjcDnUvcog26QeJnhDN9nazHz9Wi: all dials failed
* [/ip4/3.213.117.85/udp/4001/quic-v1] timeout: no recent network activity
INFO[0045] [-] Unable to connect to a boot node at this time. Waiting...
DEBU[0115] [-] Failed to advertise protocol with error failed to find any peer in table
INFO[0120] [+] Routing table size: 0
This is a regression as the networking functionality was working correctly in v0.8.4. Investigation should focus on changes in peer connection handling, QUIC/UDP protocol modifications, and DHT implementation changes between v0.8.4 and v0.8.7.
The text was updated successfully, but these errors were encountered:
@teslashibe 52.6.77.89 and 52.20.183.116 are 2 of our official nodes, and those two are now working (I had to restart 52.20.183.116, it was locked up). I don't know where 3.213.117.85 and 73.30.162.103 came from, could you please elaborate?
Masa-Oracle version:
Application Version: v0.8.7
Protocol Version: v0.8.4
Environment, CPU architecture, OS, and Version:
Environment: test
Installation type: Local build (make run-api-enabled)
Describe the bug
Network connectivity regression in v0.8.7 prevents nodes from connecting to bootstrap peers. Nodes are unable to establish connections with bootstrap peers, resulting in an empty routing table and network isolation. This functionality was previously working in v0.8.6.
To Reproduce
Expected behavior
Logs
Additional context
Configuration details:
This is a regression as the networking functionality was working correctly in v0.8.4. Investigation should focus on changes in peer connection handling, QUIC/UDP protocol modifications, and DHT implementation changes between v0.8.4 and v0.8.7.
The text was updated successfully, but these errors were encountered: