File tree Expand file tree Collapse file tree 3 files changed +7
-33
lines changed
release-notes/rs-7-22-releases Expand file tree Collapse file tree 3 files changed +7
-33
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,4 @@ The following table shows the relationship between a database's status and avail
61
61
62
62
## Known issues
63
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
64
+ - RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
Original file line number Diff line number Diff line change @@ -101,20 +101,12 @@ The following table provides a snapshot of supported platforms as of this Redis
101
101
102
102
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
103
103
104
- - RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
105
-
106
- ``` sh
107
- endpoint_server_became_unavailable{cluster=" $cluster " , db=" $db " }
108
- -
109
- endpoint_server_available_again{cluster=" $cluster " , db=" $db " }
110
- ```
111
-
112
- For up: 0-2
113
-
114
- For down: 2-1000000
104
+ - RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
115
105
116
106
- RS156391: The ` job_scheduler ` 's memory usage can increase significantly when the diagnostic logging service is enabled.
117
107
108
+ - RS153589: The metrics stream engine preview reports incorrect latency metrics.
109
+
118
110
## Known limitations
119
111
120
112
#### Upload modules before OS upgrade
Original file line number Diff line number Diff line change @@ -276,20 +276,12 @@ The following table shows the SHA256 checksums for the available packages:
276
276
277
277
- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
278
278
279
- - RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability:
280
-
281
- ``` sh
282
- endpoint_server_became_unavailable{cluster=" $cluster " , db=" $db " }
283
- -
284
- endpoint_server_available_again{cluster=" $cluster " , db=" $db " }
285
- ```
286
-
287
- For up: 0-2
288
-
289
- For down: 2-1000000
279
+ - RS155734: Endpoint availability metrics do not work as expected due to a calculation error.
290
280
291
281
- RS156391: The ` job_scheduler ` 's memory usage can increase significantly when the diagnostic logging service is enabled.
292
282
283
+ - RS153589: The metrics stream engine preview reports incorrect latency metrics.
284
+
293
285
## Known limitations
294
286
295
287
#### Upload modules before OS upgrade
You can’t perform that action at this time.
0 commit comments