Skip to content

Commit 4f58c28

Browse files
committed
DOC-4699 Added node status provisional RAM/flash fix/version change to RS 8 release notes
1 parent 91a3efa commit 4f58c28

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/operate/rs/release-notes/rs-8-0-releases/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ For more detailed release notes, select a build version from the following table
3535

3636
- [`POST /v1/cluster/actions/change_master`]({{<relref "/operate/rs/references/rest-api/requests/cluster/actions#post-cluster-action">}}) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`.
3737

38+
- Node status now returns the actual provisional RAM and flash values even when the maximum number of shards on the node (`max_redis_servers`) is reached. Previously, the API returned 0 for `provisional_ram_of_node` and `provisional_flash_of_node` when a node reached its shard limit. This change affects REST API node status requests and the `rladmin status nodes` command's output.
39+
3840
### Breaking changes
3941

4042
Redis Enterprise Software version 8.0 introduces the following breaking changes:

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,14 @@ The following table shows which Redis modules are compatible with each Redis dat
232232

233233
- RS166825: Fixed an issue where the Sentinel service could become unresponsive while processing certain commands due to a timing issue.
234234

235+
- RS162290: Fixed an issue where the node status API returned 0 instead of the actual provisional RAM and flash values if the node reached its shard limit.
236+
235237
## Version changes
236238

237239
- [`POST /v1/cluster/actions/change_master`]({{<relref "/operate/rs/references/rest-api/requests/cluster/actions#post-cluster-action">}}) REST API requests will no longer allow a node that exists but is not finished bootstrapping to become the primary node. Such requests will now return the status code `406 Not Acceptable`.
238240

241+
- Node status now returns the actual provisional RAM and flash values even when the maximum number of shards on the node (`max_redis_servers`) is reached. Previously, the API returned 0 for `provisional_ram_of_node` and `provisional_flash_of_node` when a node reached its shard limit. This change affects REST API node status requests and the `rladmin status nodes` command's output.
242+
239243
### Breaking changes
240244
241245
Redis Enterprise Software version 8.0.2 introduces the following breaking changes:

0 commit comments

Comments
 (0)