Skip to content

Commit c0f3a7f

Browse files
authored
DOC-6003 RS: Copied reserved ports to release notes (#2455)
1 parent f4db8fa commit c0f3a7f

File tree

4 files changed

+101
-0
lines changed

4 files changed

+101
-0
lines changed

content/operate/rs/release-notes/rs-7-22-releases/_index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,34 @@ For more detailed release notes, select a build version from the following table
4747

4848
- The fully qualified domain name is now validated using the FQDN library instead of a regex during cluster creation.
4949

50+
### Reserved ports
51+
52+
Make sure the following ports are open before upgrading Redis Enterprise Software.
53+
54+
Ports reserved as of Redis Enterprise Software version 7.22.0:
55+
56+
| Port | Process name | Usage |
57+
|------|--------------|-------|
58+
| 3346 | cluster_api_internal | Cluster API internal port |
59+
| 3351 | cluster_watchdog_grpc_api | Cluster watchdog now supports gRPC |
60+
| 3352 | grpc_service_mesh | gRPC communication between nodes |
61+
| 3353 | local_grpc_service_mesh | Local gRPC services |
62+
| 3354 | grpc_gossip_envoy | gRPC gossip protocol communication between nodes |
63+
| 3355 | authentication_service | Authentication service internal port |
64+
65+
Ports reserved as of Redis Enterprise Software version 7.8.2:
66+
67+
| Port | Process name | Usage |
68+
|------|--------------|-------|
69+
| 3347 | cert_exporter | Reports cluster certificate metrics |
70+
| 3348 | process_exporter | Reports process metrics for DMC and Redis processes |
71+
| 3349 | cluster_wd_exporter | Reports cluster watchdog metrics |
72+
| 3350 | db_controller | Internode communication |
73+
| 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more |
74+
| 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics |
75+
76+
See [Ports and port ranges used by Redis Enterprise Software]({{<relref "/operate/rs/networking/port-configurations#ports-and-port-ranges-used-by-redis-enterprise-software">}}) for a complete list.
77+
5078
### Deprecations
5179

5280
#### API deprecations

content/operate/rs/release-notes/rs-7-8-releases/_index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,23 @@ If your database currently uses triggers and functions, you need to:
148148

149149
1. Migrate your database to a new database without the RedisGears module.
150150

151+
### Reserved ports
152+
153+
Make sure the following ports are open before upgrading Redis Enterprise Software.
154+
155+
Ports reserved as of Redis Enterprise Software version 7.8.2:
156+
157+
| Port | Process name | Usage |
158+
|------|--------------|-------|
159+
| 3347 | cert_exporter | Reports cluster certificate metrics |
160+
| 3348 | process_exporter | Reports process metrics for DMC and Redis processes |
161+
| 3349 | cluster_wd_exporter | Reports cluster watchdog metrics |
162+
| 3350 | db_controller | Internode communication |
163+
| 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more |
164+
| 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics |
165+
166+
See [Ports and port ranges used by Redis Enterprise Software]({{<relref "/operate/rs/networking/port-configurations#ports-and-port-ranges-used-by-redis-enterprise-software">}}) for a complete list.
167+
151168
### Deprecations
152169

153170
#### API deprecations

content/operate/rs/release-notes/rs-8-0-releases/_index.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,34 @@ The following changes affect behavior and validation in the Redis Query Engine:
9999

100100
- Improved handling of expired records, memory constraints, and malformed fields.
101101

102+
### Reserved ports
103+
104+
Make sure the following ports are open before upgrading Redis Enterprise Software.
105+
106+
Ports reserved as of Redis Enterprise Software version 7.22.0:
107+
108+
| Port | Process name | Usage |
109+
|------|--------------|-------|
110+
| 3346 | cluster_api_internal | Cluster API internal port |
111+
| 3351 | cluster_watchdog_grpc_api | Cluster watchdog now supports gRPC |
112+
| 3352 | grpc_service_mesh | gRPC communication between nodes |
113+
| 3353 | local_grpc_service_mesh | Local gRPC services |
114+
| 3354 | grpc_gossip_envoy | gRPC gossip protocol communication between nodes |
115+
| 3355 | authentication_service | Authentication service internal port |
116+
117+
Ports reserved as of Redis Enterprise Software version 7.8.2:
118+
119+
| Port | Process name | Usage |
120+
|------|--------------|-------|
121+
| 3347 | cert_exporter | Reports cluster certificate metrics |
122+
| 3348 | process_exporter | Reports process metrics for DMC and Redis processes |
123+
| 3349 | cluster_wd_exporter | Reports cluster watchdog metrics |
124+
| 3350 | db_controller | Internode communication |
125+
| 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more |
126+
| 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics |
127+
128+
See [Ports and port ranges used by Redis Enterprise Software]({{<relref "/operate/rs/networking/port-configurations#ports-and-port-ranges-used-by-redis-enterprise-software">}}) for a complete list.
129+
102130
### Deprecations
103131

104132
#### API deprecations

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-2-17.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,34 @@ The following changes affect behavior and validation in the Redis Query Engine:
406406
407407
- Improved handling of expired records, memory constraints, and malformed fields.
408408
409+
### Reserved ports
410+
411+
Make sure the following ports are open before upgrading Redis Enterprise Software.
412+
413+
Ports reserved as of Redis Enterprise Software version 7.22.0:
414+
415+
| Port | Process name | Usage |
416+
|------|--------------|-------|
417+
| 3346 | cluster_api_internal | Cluster API internal port |
418+
| 3351 | cluster_watchdog_grpc_api | Cluster watchdog now supports gRPC |
419+
| 3352 | grpc_service_mesh | gRPC communication between nodes |
420+
| 3353 | local_grpc_service_mesh | Local gRPC services |
421+
| 3354 | grpc_gossip_envoy | gRPC gossip protocol communication between nodes |
422+
| 3355 | authentication_service | Authentication service internal port |
423+
424+
Ports reserved as of Redis Enterprise Software version 7.8.2:
425+
426+
| Port | Process name | Usage |
427+
|------|--------------|-------|
428+
| 3347 | cert_exporter | Reports cluster certificate metrics |
429+
| 3348 | process_exporter | Reports process metrics for DMC and Redis processes |
430+
| 3349 | cluster_wd_exporter | Reports cluster watchdog metrics |
431+
| 3350 | db_controller | Internode communication |
432+
| 9091 | node_exporter | Reports host node metrics related to CPU, memory, disk, and more |
433+
| 9125 | statsd_exporter | Reports push metrics related to the DMC and syncer, and some cluster and node metrics |
434+
435+
See [Ports and port ranges used by Redis Enterprise Software]({{<relref "/operate/rs/networking/port-configurations#ports-and-port-ranges-used-by-redis-enterprise-software">}}) for a complete list.
436+
409437
### Deprecations
410438
411439
#### API deprecations

0 commit comments

Comments
 (0)