Skip to content

Commit 9fb13df

Browse files
committed
DOC-4935 Added 7.20 resolved issues to RS April release notes draft
1 parent 9dc5049 commit 9fb13df

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-x-tba.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This version offers:
3535

3636
- TBA
3737

38+
- Added module information to database creation log messages.
39+
3840
- Reserved the following ports:
3941

4042
| Port | Process name | Usage |
@@ -88,8 +90,6 @@ The following table shows which Redis modules are compatible with each Redis dat
8890

8991
- RS138490: Reduced log entries for unbootstrapped nodes, which do not have log rotation scheduled yet, to prevent filling the disk with logs.
9092

91-
- RS142248: Added module information to database creation log messages.
92-
9393
- RS123576: Fixed an issue that prevented reconfiguring an existing ACL file with `rlutil`.
9494

9595
- RS133679: Added a validation check to the optimize shards API to return quicker if the database cannot fit on the cluster.
@@ -100,14 +100,24 @@ The following table shows which Redis modules are compatible with each Redis dat
100100

101101
- RS125845: Fixed an issue where outdated AOF persistence files were not rotated upon upgrading the Redis database version from 6 to 7.
102102

103-
- RS147882: Fixed a "Failed to write PID file: Permission denied" error in `ccs-redis.log` by removing an unneeded CCS PID file.
103+
- RS147882: Fixed a `Failed to write PID file: Permission denied` error in `ccs-redis.log` by removing an unneeded CCS PID file.
104104

105105
- RS146941: Fixed an issue where `crdb-cli crdb get` failed with a `KeyError` when `replication_endpoint` or `replication_tls_sni` were not set for the Active-Active database.
106106

107107
- RS122668: Fixed an issue where new DMC workers created after a certificate update could still have the old certificate.
108108

109109
- RS141853: Optimized connection pool handling to reduce memory and CPU usage by `node_wd`.
110110

111+
- RS150853: Fixed an issue during RDB loading where replica shards sometimes terminated with the module error `no matching module type 'AAAAAAAAA'`.
112+
113+
- RS149480: Fixed an issue where port 9091 was missing from the reserved ports list returned by `rladmin` and `ccs-cli`.
114+
115+
- RS148075: Changed the default value of `gradual_sync_mode` to `enabled` for Replica Of databases to sync data from one shard at a time and reduce load on the destination.
116+
117+
- RS147991: Fixed an issue where the creation of too many Replica Of workers could cause the DMC proxy to restart repeatedly.
118+
119+
- RS135446: Added cleanup of temporary files after `debug_info` generation failures.
120+
111121
## Version changes
112122

113123
### Breaking changes

0 commit comments

Comments
 (0)