Skip to content

Commit

Permalink
DOC-3486 Feedback updates - wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelledge committed May 29, 2024
1 parent abba58e commit 2538718
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ categories:
- operate
- rs
compatibleOSSVersion: Redis 7.2.0
description: cnm_http_workers and cnm_http_max_threads_per_worker are configurable. Reduced CCS CPU usage.
description: cnm_http_workers and cnm_http_max_threads_per_worker are configurable. Reduced Cluster Configuration Store CPU usage.
linkTitle: 7.4.2-169 (May 2024)
weight: 68
---
Expand All @@ -19,7 +19,7 @@ This version offers:

- Configuration options for `cnm_http` workers and threads

- Reduced CCS CPU usage
- Reduced Cluster Configuration Store CPU usage

- Bug fixes

Expand All @@ -29,7 +29,7 @@ This version offers:

- Allow configuring `cnm_http_workers` and `cnm_http_max_threads_per_worker` using a [`PUT /v1/cluster`]({{<relref "/operate/rs/references/rest-api/requests/cluster#put-cluster">}}) REST API request. You can update these settings if the API load is higher than the cluster can handle by default. Configuring more workers than the default will consume more memory.

- Reduced CCS CPU usage, following the addition of the internal caching mechanism in the resource management calculations.
- Reduced Cluster Configuration Store CPU usage, following the addition of the internal caching mechanism in the resource management calculations.

#### Redis module feature sets

Expand Down Expand Up @@ -69,7 +69,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2:

- RS123561: Better identification for the occupied DNS port to ensure successful installation.

- RS122365: Improved platform and module readiness checks so they ignore operating systems that are no longer part of the cluster.
- RS122365: Improved platform and module readiness checks by ignoring operating systems that are no longer part of the cluster.

- RS96400: DMC management threads properly terminate instead of maintaining a blocking connection if they can't reach the CCS after a predefined time.

Expand All @@ -81,7 +81,7 @@ Bundled Redis modules compatible with Redis database versions 6.0 and 6.2:

- RS115382: Updated DMC to disconnect the client with an error if the token size exceeds `MAX_KEY_BULK_SIZE`.

- RS110798: Made several improvements to reduce `cluster_wd` request latency, fixing communication errors on large clusters.
- RS110798: Reduced `cluster_wd` request latency, fixing communication errors on large clusters.

- RS119705: On in-place upgrades, minimize DMC downtime by performing CCS schema upgrade before services are restarted.

Expand Down

0 comments on commit 2538718

Please sign in to comment.