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

Edge router not removed by ZET when deleted from network and timeouts #614

Closed
gormami opened this issue Jan 29, 2024 · 1 comment · Fixed by #620
Closed

Edge router not removed by ZET when deleted from network and timeouts #614

gormami opened this issue Jan 29, 2024 · 1 comment · Fixed by #620
Assignees

Comments

@gormami
Copy link

gormami commented Jan 29, 2024

When an Edge Router is deleted from a network, ZET fails on the channel, but keeps attempting to reconnect on that channel. While in this state, dials from this instance timeout in an odd way. Testing shows the fabric circuit is created per the controller (fabric.circuit created event), but the actual path does not complete until the timeout on the originating tunneler. Packet traces show that the SYN packet and intial connection are not emitted from the hosting ER until the timeout of the dialer. It appears a final message is being "held" until the timeout. This appears to only happen on "dial only" tunnelers. Hosting nodes see the deletion and act accordingly.

@ekoby
Copy link
Member

ekoby commented Jan 30, 2024

the cause is stale ER information is the session

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

Successfully merging a pull request may close this issue.

2 participants