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

Add System Scheduler that runs tasks on every node #287

Merged
merged 10 commits into from
Oct 17, 2015
Merged

Conversation

dadgar
Copy link
Contributor

@dadgar dadgar commented Oct 15, 2015

Add a new System Scheduler that runs a task on every node. This PR does not handle creating an evaluation when a new node joins nor does it handle evictions.

nodes[0].Attributes["driver.foo"] = "2"
nodes[2].Attributes["driver.foo"] = "2"
nodes[0].Attributes["driver.foo"] = "1"
nodes[2].Attributes["driver.foo"] = "1"

drivers := map[string]struct{}{
Copy link
Member

Choose a reason for hiding this comment

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

You should add a negative test in as well to check the ParseBool logic

dadgar added a commit that referenced this pull request Oct 17, 2015
Add System Scheduler that runs tasks on every node
@dadgar dadgar merged commit b6c826e into master Oct 17, 2015
dadgar added a commit that referenced this pull request Oct 19, 2015
Update doc with System Scheduler from PR #287
@dadgar dadgar deleted the f-system-scheduler branch October 21, 2015 00:13
@github-actions
Copy link

github-actions bot commented May 7, 2023

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants