From d0f3befd9c8d4ecb4c4464ed99928359c4ff24ce Mon Sep 17 00:00:00 2001 From: dHannasch Date: Wed, 4 Nov 2020 22:26:09 -0700 Subject: [PATCH] Add --redis-shard-ports to the list of ports that need to be open on the head node. (#11808) --- doc/source/configure.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/configure.rst b/doc/source/configure.rst index d86032400..54ad39ab5 100644 --- a/doc/source/configure.rst +++ b/doc/source/configure.rst @@ -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.