From 02c5ec990b241e34e7db11a9b320feeda0fa8628 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Tue, 20 May 2025 09:26:18 -0500 Subject: [PATCH 1/3] RS: Added known issue for the metrics stream engine latency metrics to RS 7.22 release notes --- content/operate/rs/release-notes/rs-7-22-releases/_index.md | 2 ++ .../operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/operate/rs/release-notes/rs-7-22-releases/_index.md b/content/operate/rs/release-notes/rs-7-22-releases/_index.md index 119a342b0c..acccf5218c 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/_index.md @@ -115,6 +115,8 @@ The following table provides a snapshot of supported platforms as of this Redis - RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled. +- RS153589: The metrics stream engine preview reports incorrect latency metrics. + ## Known limitations #### Upload modules before OS upgrade diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md index 7234a112bd..4127cdd879 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md @@ -290,6 +290,8 @@ The following table shows the SHA256 checksums for the available packages: - RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled. +- RS153589: The metrics stream engine preview reports incorrect latency metrics. + ## Known limitations #### Upload modules before OS upgrade From db919395367177eebca1d28be36069c347190d3b Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Tue, 20 May 2025 09:39:07 -0500 Subject: [PATCH 2/3] Removed RS155734 from known issues in RS 7.22 release notes --- .../rs/release-notes/rs-7-22-releases/_index.md | 12 ------------ .../release-notes/rs-7-22-releases/rs-7-22-0-95.md | 12 ------------ 2 files changed, 24 deletions(-) diff --git a/content/operate/rs/release-notes/rs-7-22-releases/_index.md b/content/operate/rs/release-notes/rs-7-22-releases/_index.md index acccf5218c..be9c2dd2be 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/_index.md @@ -101,18 +101,6 @@ The following table provides a snapshot of supported platforms as of this Redis - RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors. -- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability: - - ```sh - endpoint_server_became_unavailable{cluster="$cluster", db="$db"} - - - endpoint_server_available_again{cluster="$cluster", db="$db"} - ``` - - For up: 0-2 - - For down: 2-1000000 - - RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled. - RS153589: The metrics stream engine preview reports incorrect latency metrics. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md index 4127cdd879..426a09209b 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md @@ -276,18 +276,6 @@ The following table shows the SHA256 checksums for the available packages: - RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors. -- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability: - - ```sh - endpoint_server_became_unavailable{cluster="$cluster", db="$db"} - - - endpoint_server_available_again{cluster="$cluster", db="$db"} - ``` - - For up: 0-2 - - For down: 2-1000000 - - RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled. - RS153589: The metrics stream engine preview reports incorrect latency metrics. From 42e29d3da45529681469e18c0eb596f487b46c47 Mon Sep 17 00:00:00 2001 From: Rachel Elledge Date: Tue, 20 May 2025 09:55:32 -0500 Subject: [PATCH 3/3] Added RS155734 back to known issues for RS 7.22 --- content/operate/rs/monitoring/db-availability.md | 12 +----------- .../rs/release-notes/rs-7-22-releases/_index.md | 2 ++ .../release-notes/rs-7-22-releases/rs-7-22-0-95.md | 2 ++ 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/content/operate/rs/monitoring/db-availability.md b/content/operate/rs/monitoring/db-availability.md index 12da0b47b2..40bf5ea2fa 100644 --- a/content/operate/rs/monitoring/db-availability.md +++ b/content/operate/rs/monitoring/db-availability.md @@ -61,14 +61,4 @@ The following table shows the relationship between a database's status and avail ## Known issues -- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. As a workaround, use this query to measure availability: - - ```sh - endpoint_server_became_unavailable{cluster="$cluster", db="$db"} - - - endpoint_server_available_again{cluster="$cluster", db="$db"} - ``` - - For up: 0-2 - - For down: 2-1000000 +- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/_index.md b/content/operate/rs/release-notes/rs-7-22-releases/_index.md index be9c2dd2be..9e2e2e2e43 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/_index.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/_index.md @@ -101,6 +101,8 @@ The following table provides a snapshot of supported platforms as of this Redis - RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors. +- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. + - RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled. - RS153589: The metrics stream engine preview reports incorrect latency metrics. diff --git a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md index 426a09209b..b0b0ef5f67 100644 --- a/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md +++ b/content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-0-95.md @@ -276,6 +276,8 @@ The following table shows the SHA256 checksums for the available packages: - RS131972: Creating an ACL that contains a line break in the Cluster Manager UI can cause shard migration to fail due to ACL errors. +- RS155734: Endpoint availability metrics do not work as expected due to a calculation error. + - RS156391: The `job_scheduler`'s memory usage can increase significantly when the diagnostic logging service is enabled. - RS153589: The metrics stream engine preview reports incorrect latency metrics.