mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:06:31 +08:00
Fix bug when connecting to password-secured cluster (#3083)
This commit is contained in:
committed by
Robert Nishihara
parent
8fcdafc6ea
commit
fa469783d8
@@ -1342,7 +1342,7 @@ def get_address_info_from_redis(redis_address,
|
||||
redis_address,
|
||||
node_ip_address,
|
||||
use_raylet=use_raylet,
|
||||
redis_password=None)
|
||||
redis_password=redis_password)
|
||||
except Exception:
|
||||
if counter == num_retries:
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user