-
Notifications
You must be signed in to change notification settings - Fork 7.5k
[Ray: Core] Ray can hang when getting an ObjectRef from an unknown environment #28341
Copy link
Copy link
Closed
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Corefix-error-msgThis issue has a bad error message that should be improved.This issue has a bad error message that should be improved.observabilityIssues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or ProfilingIssues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profilingpending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.This issue is pending cleanup. It will be removed in 2 weeks after being assigned.
Metadata
Metadata
Assignees
Labels
P2Important issue, but not time-criticalImportant issue, but not time-criticalbugSomething that is supposed to be working; but isn'tSomething that is supposed to be working; but isn'tcoreIssues that should be addressed in Ray CoreIssues that should be addressed in Ray Corefix-error-msgThis issue has a bad error message that should be improved.This issue has a bad error message that should be improved.observabilityIssues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or ProfilingIssues related to the Ray Dashboard, Logging, Metrics, Tracing, and/or Profilingpending-cleanupThis issue is pending cleanup. It will be removed in 2 weeks after being assigned.This issue is pending cleanup. It will be removed in 2 weeks after being assigned.
What happened + What you expected to happen
In the following script, the last statement hangs:
What I would expect is for it to eventually throw an exception.
Versions / Dependencies
I ran this on Ray 2.0 and a recent Linux Debian
Reproduction script
Issue Severity
Medium: It is a significant difficulty but I can work around it.