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

Slaves: failure detection + recovery process #169

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

vanmellebenjamin
Copy link

This is the final milestone (the third).
The following code implements the features to detect a slave crashes (via curator service discovery) and to recover the cluster by moving the processes handled by the dead slave on the others.

…eployment scipt updates (not already tested)
… a new exchange when the monitor has recovered
@@ -0,0 +1,60 @@
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file must be removed from the repository.

/**
* Used to idenify Monitor process
*/
public static int PROCESS_EXCHANGE = 2;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment is wrong.

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

Successfully merging this pull request may close these issues.

2 participants