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

Tasks where placement is SPREAD_ALL_SLAVES should not be shuffled #1903

Open
relistan opened this issue Jan 18, 2019 · 0 comments
Open

Tasks where placement is SPREAD_ALL_SLAVES should not be shuffled #1903

relistan opened this issue Jan 18, 2019 · 0 comments

Comments

@relistan
Copy link
Contributor

relistan commented Jan 18, 2019

If you currently have both shuffleTasksForOverloadedSlaves: true and spreadAllSlavesEnabled: trueenabled, and have requests running with SPREAD_ALL_SLAVES placement, then having any busy slaves currently results in a ton of task churn for no reason and ends up causing lots of poller delays and task instability.

I believe a check needs to be added here to prevent Singularity from trying to move tasks that have been added to the slave by the request placement SPREAD_ALL_SLAVES.

It looks like the current workaround is to specify those tasks as non-eligible manually. But the system should figure this out on its own.

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