You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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 makeNotifyDirectCallTaskUnblocked
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
The text was updated successfully, but these errors were encountered: