Skip to content

Commit 94710c8

Browse files
committed
DOC-4704 added 8.0.0 resolved issues to the RS Gilboa release notes draft
1 parent e1d9de1 commit 94710c8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,22 @@ The following table shows which Redis modules are compatible with each Redis dat
206206

207207
- RS114668: Fixed an issue where setting `failure_detection_sensitivity` with the `bootstrap` API did not automatically update `watchdog_profile` accordingly.
208208

209+
- RS163266: Fixed an issue where shard rebalancing could take excessive time when replicas were unresponsive due to high CPU load by reducing connection retry attempts from 300 to 5.
210+
211+
- RS162524: Fixed an issue where the DNS backend could fail with "too many open files" errors due to socket leaks.
212+
213+
- RS161547: Fixed an issue where nodes could fail to send messages related to state-machines due to a timing issue between notification threads and management threads.
214+
215+
- RS155990: Fixed an issue where the `forwarding_state` field was missing from the endpoint schema.
216+
217+
- RS166307: Updated v2 Prometheus metric names to comply with naming conventions by changing the `proxy_` prefix to `endpoint_` for `connections_rate`, `rate_limit_ok`, `rate_limit_overflows`, `accepted_connections`, and `dispatch_failures`.
218+
219+
- RS164703: Improved diagnostic reporting for shard restart operations by adding PID logging before shutdown.
220+
221+
- RS152179: Reduced log noise by removing a harmless error message that appeared repeatedly in DMC proxy logs.
222+
223+
- RS132087: Fixed inconsistent node status reports between `rladmin` and the REST API.
224+
209225
## Version changes
210226

211227
- [`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`.

0 commit comments

Comments
 (0)