mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() This PR contains most of the fixes @iycheng made in #21232, to make tests pass with GCS bootstrapping by supporting both Redis and GCS address as the bootstrap address. The main change is to use address_info["address"] to obtain the bootstrap address to pass to ray.init(), instead of using address_info["redis_address"]. In a subsequent PR, address_info["address"] will return the Redis or GCS address depending on whether using GCS to bootstrap. |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
actor_consts.py | ||
actor_head.py | ||
actor_utils.py |