-
Notifications
You must be signed in to change notification settings - Fork 7k
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.
Description
What happened + What you expected to happen
In the following script, the last statement hangs:
ray.init()
myref = ray.put('mystringhere')
ray.shutdown()
ray.init()
ray.get(myref) # This statement hangsWhat 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
ray.init()
myref = ray.put('mystringhere')
ray.shutdown()
ray.init()
ray.get(myref) # This statement hangsIssue Severity
Medium: It is a significant difficulty but I can work around it.
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.