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

"Networking update" make the connections stale on some routers #1340

Closed
bchamagne opened this issue Dec 4, 2023 · 0 comments · Fixed by #1346
Closed

"Networking update" make the connections stale on some routers #1340

bchamagne opened this issue Dec 4, 2023 · 0 comments · Fixed by #1346
Assignees
Labels
bug Something isn't working networking Involve networking

Comments

@bchamagne
Copy link
Contributor

A node (node X) is considered offline by its peers even though he is running.
It happens because all other nodes are connected to it with "stale" connections.

In brief, when a node connect to node X, the connection is working and everything is good. But within 5 minutes, node X will trigger a "networking update". On node X (this is the first time we experience this), the "networking update" will leave the connections open but make them all stale (will not receive anything, and will send into the void). Everything will timeout.

On the screenshots we can see that connection is working until the "networking update" :

Capture d’écran 2023-12-04 à 11 40 03 Capture d’écran 2023-12-04 à 11 40 22

2 proposed solutions:

  • "networking update" also kills the connections
  • kill connection on timeout
@bchamagne bchamagne added bug Something isn't working networking Involve networking labels Dec 4, 2023
@bchamagne bchamagne linked a pull request Dec 11, 2023 that will close this issue
@bchamagne bchamagne self-assigned this Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working networking Involve networking
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant