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

Investigate whether we can use "reconcileTasks" method rather than custom healthcheck message #209

Open
philwinder opened this issue Aug 6, 2015 · 3 comments
Assignees
Milestone

Comments

@philwinder
Copy link
Contributor

The healthcheck sends a custom framework message to request a status update. We might be able to use the mesos method reconcileTasks().

@jhftrifork
Copy link

wait for refactoring #327

@jhftrifork jhftrifork modified the milestones: 0.5.2, 0.5.1 Sep 29, 2015
@philwinder philwinder modified the milestones: 0.5.2, Backlog Oct 20, 2015
@philwinder philwinder modified the milestones: Backlog, 0.7.0 Nov 9, 2015
@philwinder philwinder modified the milestones: 0.7.0, Backlog Dec 10, 2015
@justinclayton
Copy link

FWIW, We experienced an issue where an executor task went lost while the scheduler was also down, and we were unable to recover gracefully from this. I assume this is due to the executor healthcheck being done by the scheduler directly and not by Mesos.

@philwinder
Copy link
Contributor Author

@justinclayton Thanks Justin. We've just had a similar issue reported with #550. We can't decide whether this is our responsibility. I.e. whether we should add more code to work around the fact that Mesos can't handle this failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants