File tree Expand file tree Collapse file tree 3 files changed +38
-0
lines changed
release-notes/rs-7-22-releases Expand file tree Collapse file tree 3 files changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -58,3 +58,17 @@ The following table shows the relationship between a database's status and avail
5858| import-pending | <span title =" Available " >✅ ; </span > Available |
5959| pending | <span title =" Available " >✅ ; </span > Available |
6060| recovery | <span title =" Not available " >:x : </span > Not available |
61+
62+ ## Known issues
63+
64+ - RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
65+
66+ ``` sh
67+ endpoint_server_became_unavailable{cluster=" $cluster " , db=" $db " }
68+ -
69+ endpoint_server_available_again{cluster=" $cluster " , db=" $db " }
70+ ```
71+
72+ For up: 0-2
73+
74+ For down: 2-1000000
Original file line number Diff line number Diff line change @@ -95,6 +95,18 @@ The following table provides a snapshot of supported platforms as of this Redis
9595
9696- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
9797
98+ - RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
99+
100+ ``` sh
101+ endpoint_server_became_unavailable{cluster=" $cluster " , db=" $db " }
102+ -
103+ endpoint_server_available_again{cluster=" $cluster " , db=" $db " }
104+ ```
105+
106+ For up: 0-2
107+
108+ For down: 2-1000000
109+
98110# # Known limitations
99111
100112# ### Upload modules before OS upgrade
Original file line number Diff line number Diff line change @@ -247,6 +247,18 @@ The following table shows the SHA256 checksums for the available packages:
247247
248248- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
249249
250+ - RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
251+
252+ ``` sh
253+ endpoint_server_became_unavailable{cluster=" $cluster " , db=" $db " }
254+ -
255+ endpoint_server_available_again{cluster=" $cluster " , db=" $db " }
256+ ```
257+
258+ For up: 0-2
259+
260+ For down: 2-1000000
261+
250262# # Known limitations
251263
252264# ### Upload modules before OS upgrade
You can’t perform that action at this time.
0 commit comments