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

Process.alive? and Process.monitor can cause freezing #38

Open
derekkraan opened this issue Sep 5, 2019 · 0 comments
Open

Process.alive? and Process.monitor can cause freezing #38

derekkraan opened this issue Sep 5, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@derekkraan
Copy link
Owner

These function calls (and perhaps others) can cause freezing in a netsplit scenario. A possible solution is to move synchronization to separate processes (one per neighbour perhaps, so that one neighbour's netsplit doesn't cause problems for synchronization to other neighbours) so that we can isolate the impact of a slow call to a netsplitted neighbour.

CC @frekw

@derekkraan derekkraan added the bug Something isn't working label Sep 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant