Skip to content

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

Merged
derekcollison merged 2 commits intomainfrom
routes_gossip
Aug 3, 2024
Merged

(2.11) [IMPROVED] Routing: reduce chances of duplicate implicit routes#5746
derekcollison merged 2 commits intomainfrom
routes_gossip

Conversation

@kozlovic
Copy link
Copy Markdown
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
Copy Markdown
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
@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