Yi Cheng
Yi Cheng
let me fix the test.
@ericl another look?
@wilsonwang371 maybe you can help this one. I think what we need to do is that: ``` @ray.remote class A: def work(self): cxt =ray.get_runtime_context() cxt.get_actor_name() # this will return the...
@stephanie-wang I think this issue itself is about a corner cases which is not covered by https://github.com/ray-project/ray/pull/33976 I think whether to clean up child process or not is an open...
It timeout sometimes in Mac. Seems like port conflicting. Linux runs well. But still very interesting why there is a conflict in port so frequently. ``` 34944:M 12 Mar 2023...
The root cause seems because the port issue.
> IMO, # 1 is more important, if we don't support this, users will have to manually reload data from the checkpoint. Our idea to fix this issue is that,...