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

implement scheduler slot manager #49135

Closed
Tracked by #49008
okJiang opened this issue Dec 4, 2023 · 0 comments · Fixed by #49136
Closed
Tracked by #49008

implement scheduler slot manager #49135

okJiang opened this issue Dec 4, 2023 · 0 comments · Fixed by #49136
Assignees

Comments

@okJiang
Copy link
Member

okJiang commented Dec 4, 2023

In distributed framework, we introduced slot manager to control resource.

slot represents the cpu count as usually. A scheduler(task executor) can be opened only when the slot is enough. Otherwise, it will be blocked.

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

Successfully merging a pull request may close this issue.

1 participant