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

Improve concurrency model #16

Closed
bzurkowski opened this issue Mar 25, 2020 · 0 comments
Closed

Improve concurrency model #16

bzurkowski opened this issue Mar 25, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bzurkowski
Copy link
Member

bzurkowski commented Mar 25, 2020

Currently, all topology and alert probes run in their own system processes. As such, each probe opens a separate connection to the graph backend.

In order to prevent conflicting updates in the graph resulting from unordered event processing, there should be a global mechanism (lock) to synchronize access to the graph.

@bzurkowski bzurkowski added the enhancement New feature or request label Mar 25, 2020
@bzurkowski bzurkowski self-assigned this Mar 25, 2020
@bzurkowski bzurkowski added this to the 0.1 milestone Mar 25, 2020
@bzurkowski bzurkowski added this to To do in Open RCA Core Mar 25, 2020
@bzurkowski bzurkowski moved this from To do to In progress in Open RCA Core Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Open RCA Core
  
In progress
Development

No branches or pull requests

1 participant