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

test fault tolerance with regression #73

Open
xiaoyunwu opened this issue Nov 29, 2014 · 1 comment
Open

test fault tolerance with regression #73

xiaoyunwu opened this issue Nov 29, 2014 · 1 comment

Comments

@xiaoyunwu
Copy link
Contributor

In order to test correctness and robustness of our framework implementation under failure, we need to able to simulate the node failure and communication failure. For now we can start with simulate the node failure. To do this, we simply randomly abort the goroutine (that represent the task).

The main change we need is to make sure that after a task failed (corresponding goroutine exits), a new goroutine will start to take its place.

@fengjingchao, can you start to work on this?

@hongchaodeng
Copy link

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

2 participants