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

Find existing IngressId for reconnecting ingresses #105

Open
5 tasks
DRiKE opened this issue Dec 6, 2024 · 0 comments
Open
5 tasks

Find existing IngressId for reconnecting ingresses #105

DRiKE opened this issue Dec 6, 2024 · 0 comments
Milestone

Comments

@DRiKE
Copy link
Contributor

DRiKE commented Dec 6, 2024

Currently, any reconnecting ingress (e.g. a BMP session) will get a new IngressId, resulting in new (mui,prefix) combos in the store. In other words, food for the OOM killer (as witnessed in the testbed), as we do not remove entries from lost/disconnected ingresses.

  • figure out per connector component which fields to match on to determine whether a session is a reconnect
  • figure out to what extent we want to make this configurable (for now)
  • implement for BMP
  • implement for BGP
  • implement for MRT, though that might need some additional thinking (matching updates to bviews and what not)
@DRiKE DRiKE added this to the Rotonda 0.2.2 milestone Dec 6, 2024
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

No branches or pull requests

1 participant