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 22:26:09 -07: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.
- ``--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
- ``--gcs-server-port``: GCS Server port. GCS server is a stateless service that is in charge of communicating with the GCS. Default: Random value.