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

(2.11) [IMPROVED] Routing: reduce chances of duplicate implicit routes #5746

Merged
merged 2 commits into from
Aug 3, 2024

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Aug 3, 2024

The PR#5602 solved the issue for typical seed setups, but it was found that the test TestStressChainedSolicitWorks would sometimes fail. This is a situation where we have S4->S3->S2->S1 and all servers start at the same type. This is not a typical setup, but still the regular gossip would allow the creation of the full mesh, so this PR helps in those situations.

Related to #5602

Signed-off-by: Ivan Kozlovic ivan@synadia.com

The PR#5602 solved the issue for typical seed setups, but it was
found that the test `TestStressChainedSolicitWorks` would sometimes
fail. This is a situation where we have S4->S3->S2->S1 and all
servers start at the same type. This is not a typical setup, but
still the regular gossip would allow the creation of the full mesh,
so this PR helps in those situations.

Related to #5602

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@kozlovic kozlovic requested a review from a team as a code owner August 3, 2024 04:29
@kozlovic kozlovic requested a review from neilalexander August 3, 2024 04:29
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@derekcollison derekcollison merged commit a5a5907 into main Aug 3, 2024
5 checks passed
@derekcollison derekcollison deleted the routes_gossip branch August 3, 2024 19:31
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 this pull request may close these issues.

2 participants