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

Better sharing of metadata between Cloudburst scheduler and autoscaler #23

Open
vsreekanti opened this issue May 26, 2020 · 0 comments
Open

Comments

@vsreekanti
Copy link
Member

There's a bunch of metadata (DAG metadata, whether functions are GPU or CPU functions, etc.) that the scheduler gets access to, but the autoscaler never sees. Currently, it has to infer them via ridiculous heuristics (like is GPU in the name of the function). The scheduler should put all of this metadata in a sane place (i.e., Anna), and the autoscaler should periodically avail itself of that information. Even the mechanism of the scheduler directly sending some information to the autoscaler is brittle and should be avoided.

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