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

[Core] Negative available resources #50739

Open
jjyao opened this issue Feb 19, 2025 · 0 comments
Open

[Core] Negative available resources #50739

jjyao opened this issue Feb 19, 2025 · 0 comments
Labels
bug Something that is supposed to be working; but isn't core Issues that should be addressed in Ray Core P1 Issue that should be fixed within a few weeks

Comments

@jjyao
Copy link
Collaborator

jjyao commented Feb 19, 2025

What happened + What you expected to happen

Currently available CPU resource can be negative due to the behavior that ray.get() will temporarily release and acquire CPU resources. We should make NotifyDirectCallTaskUnblocked message sync and only sends the response back after we can acquire back the CPU resource.

Versions / Dependencies

master

Reproduction script

N/A

Issue Severity

None

@jjyao jjyao added bug Something that is supposed to be working; but isn't core Issues that should be addressed in Ray Core triage Needs triage (eg: priority, bug/not-bug, and owning component) P1 Issue that should be fixed within a few weeks and removed triage Needs triage (eg: priority, bug/not-bug, and owning component) labels Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that is supposed to be working; but isn't core Issues that should be addressed in Ray Core P1 Issue that should be fixed within a few weeks
Projects
None yet
Development

No branches or pull requests

1 participant