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 executor count for one resource #670

Open
mPokornyETM opened this issue Jun 13, 2024 · 0 comments
Open

Implement executor count for one resource #670

mPokornyETM opened this issue Jun 13, 2024 · 0 comments

Comments

@mPokornyETM
Copy link
Contributor

What feature do you want to see added?

It will be fine to have somthing like executor (inspired by nodes) on on resource.

Currently we need to duplicate resources and we allocate resources by labels.

But we need to create over 500 dummy resources for that. This break the LRM overview totaly
One resource with count 500 will eliminate that.

Ex: Create a resource VRA-RAM-SERVER1 with labels 'VRA-RAM' with executor count 4000
and then let it lock like

lock(resource : 'VRA-RAM-SERVER1', quantity : 8) { ... do your think ... )}

or

lock(label: 'VRA-RAM', quantity : 8) { ... do your think ... )}

In both cases shall allocate 8 executors from resources 'VRA-RAM-SERVER1'

Upstream changes

No response

Are you interested in contributing this feature?

No response

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

No branches or pull requests

1 participant