Add --redis-shard-ports to the list of ports that need to be open on the head node. (#11808)

This commit is contained in:
dHannasch
2020-11-04 21:26:09 -08:00
committed by GitHub
parent efa07d5403
commit d0f3befd9c
+1
View File
@@ -135,6 +135,7 @@ Head Node
In addition to ports specified above, the head node needs to open several more ports. In addition to ports specified above, the head node needs to open several more ports.
- ``--port``: Port of GCS. Default: 6379. - ``--port``: Port of GCS. Default: 6379.
- ``--redis-shard-ports``: Comma-separated list of ports for non-primary Redis shards. Default: Random values.
- ``--dashboard-port``: Port for accessing the dashboard. Default: 8265 - ``--dashboard-port``: Port for accessing the dashboard. Default: 8265
- ``--gcs-server-port``: GCS Server port. GCS server is a stateless service that is in charge of communicating with the GCS. Default: Random value. - ``--gcs-server-port``: GCS Server port. GCS server is a stateless service that is in charge of communicating with the GCS. Default: Random value.