mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[GCS] fix rpc port bug (#11055)
Co-authored-by: 灵洵 <fengbin.ffb@antfin.com>
This commit is contained in:
parent
e7315b0856
commit
f0787a63da
1 changed files with 1 additions and 1 deletions
|
@ -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.");
|
||||
|
|
Loading…
Add table
Reference in a new issue