Skip to content

inlet/bmp: new lockless design#278

Closed
vincentbernat wants to merge 1 commit into
mainfrom
fix/bmp-lockless
Closed

inlet/bmp: new lockless design#278
vincentbernat wants to merge 1 commit into
mainfrom
fix/bmp-lockless

Conversation

@vincentbernat

Copy link
Copy Markdown
Member

This reverts commit 7196ccf, which was reverting 3199f8f because this change may be buggy and I wanted to do a release.

I need to think if there are better ways to achieve the same goal (fast lookup first, low memory usage second) in a different way. The issue with locks is that they are fulfilled in the order they were taken. If we keep the lock design, readers should have priority over writer.

This reverts commit 7196ccf, which was
reverting 3199f8f because this change
may be buggy and I wanted to do a release.

I need to think if there are better ways to achieve the same goal (fast
lookup first, low memory usage second) in a different way. The issue
with locks is that they are fulfilled in the order they were taken. If
we keep the lock design, readers should have priority over writer.
@vincentbernat

Copy link
Copy Markdown
Member Author

For this one, I am waiting for the current rewrite using an outlet component. This will help BMP batching updates.

@vincentbernat

Copy link
Copy Markdown
Member Author

Also see osrg/gobgp#1414 (comment).

@vincentbernat

Copy link
Copy Markdown
Member Author

Let's close this one. If still needed, this will be done quite differently!

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.

1 participant