mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[GCS] fix rpc port bug (#11055)
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
DEFINE_string(redis_address, "", "The ip address of redis.");
|
||||
DEFINE_int32(redis_port, -1, "The port of redis.");
|
||||
DEFINE_int32(gcs_server_port, -1, "The port of gcs server.");
|
||||
DEFINE_int32(gcs_server_port, 0, "The port of gcs server.");
|
||||
DEFINE_int32(metrics_agent_port, -1, "The port of metrics agent.");
|
||||
DEFINE_string(config_list, "", "The config list of raylet.");
|
||||
DEFINE_string(redis_password, "", "The password of redis.");
|
||||
|
||||
Reference in New Issue
Block a user