File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed
content/operate/rs/release-notes/rs-7-22-releases Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -101,18 +101,6 @@ The following table provides a snapshot of supported platforms as of this Redis
101101
102102- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
103103
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
115-
116104- RS156391: The ` job_scheduler ` 's memory usage can increase significantly when the diagnostic logging service is enabled.
117105
118106- RS153589: The metrics stream engine preview reports incorrect latency metrics.
Original file line number Diff line number Diff line change @@ -276,18 +276,6 @@ The following table shows the SHA256 checksums for the available packages:
276276
277277- RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors.
278278
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
290-
291279- RS156391: The ` job_scheduler ` 's memory usage can increase significantly when the diagnostic logging service is enabled.
292280
293281- RS153589: The metrics stream engine preview reports incorrect latency metrics.
You can’t perform that action at this time.
0 commit comments