Ruiyang Wang

Results 78 comments of Ruiyang Wang

Note: we probably also want to add timeouts to all other CoreWorkerInterface APIs, later some day.

@shomilj can you take a look approve this PR? it's adding a 1s timeout when GCS asks each driver core worker about is_running_tasks. If it timed out, GCS returns (not...

> If it's unset, what will http server returns to the caller? it returns a json that simply does not have such field. See the test. https://github.com/ray-project/ray/blob/4a7c107e5fa1c01863348ac92dbadf3a13ad88cb/python/ray/tests/test_state_api.py#L3653 > Also can...

Expected behavior: the crashed actor's any pending tasks raise ActorDiedError on `ray.get(obj)`, or `ray.get([obj, other_objs])`. should not hang

2 sizes is modeled after TaskID who has both. Do you think we need to remove it?

done. now we only have classmethod size. Also changed all FromHex arg to hex_str.