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

The cluster scalar uses total memory instead of available memory. #2103

Closed
ejacox opened this issue Mar 2, 2018 · 0 comments · Fixed by #4267
Closed

The cluster scalar uses total memory instead of available memory. #2103

ejacox opened this issue Mar 2, 2018 · 0 comments · Fixed by #4267
Assignees
Labels

Comments

@ejacox
Copy link
Contributor

ejacox commented Mar 2, 2018

The cluster scaler calculation to determine which machine types to start uses the total memory value. The Mesos slaves will return available memory, though, which might not be sufficient to run the jobs. This leads to the situation where the clusterScalar will not spin up additional machines because it thinks that there are enough, but some jobs will hang forever since the memory offered by Mesos is insufficient. This occurred in issue #2078, which was resolved by lowering memory requirements, but did not fix the underlying issue.

┆Issue is synchronized with this Jira Story
┆friendlyId: TOIL-233

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

Successfully merging a pull request may close this issue.

3 participants