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

Add flag to configuration to disable/enable Bluedot "cleanup" #100

Open
beave opened this issue Feb 28, 2025 · 1 comment
Open

Add flag to configuration to disable/enable Bluedot "cleanup" #100

beave opened this issue Feb 28, 2025 · 1 comment

Comments

@beave
Copy link
Contributor

beave commented Feb 28, 2025

If multiple Sagans are running, they can all try to "clean up" the cache tables, which leads to a possible race condition.

The easy fix is to have a configuration flag that tells "which" Sagan will be doing the cleanups, and the other Sagan's ignore cleanup routines.

@beave
Copy link
Contributor Author

beave commented Mar 3, 2025

If the shared memory already exsits, validate the size before starting. Two different Sagan's with two different sizes might be leading to faults when running a lot of Sagan's.

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