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

Why all processes except process 0 are allowed to die? #49

Open
dhinf opened this issue Nov 9, 2018 · 0 comments
Open

Why all processes except process 0 are allowed to die? #49

dhinf opened this issue Nov 9, 2018 · 0 comments

Comments

@dhinf
Copy link

dhinf commented Nov 9, 2018

All processes except 0 are allowed to die. But, if the process with id 0 dies all other processes will be killed.
It's a strange behaviour in terms of fault tolerance.

used branch: next

Example:
state_vec_2.cpp.txt

output 8 processes:
/bin/sh: line 1: 8544 Killed ...
/bin/sh: line 1: 8550 Killed ...
/bin/sh: line 1: 8549 Killed ...
/bin/sh: line 1: 8548 Killed ...
/bin/sh: line 1: 8545 Killed ...
/bin/sh: line 1: 8547 Killed ...
/bin/sh: line 1: 8546 Killed ...

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