You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/release-notes/rs-7-22-releases/rs-7-22-x-tba.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ This version offers:
35
35
36
36
- TBA
37
37
38
+
- Added module information to database creation log messages.
39
+
38
40
- Reserved the following ports:
39
41
40
42
| Port | Process name | Usage |
@@ -88,8 +90,6 @@ The following table shows which Redis modules are compatible with each Redis dat
88
90
89
91
- RS138490: Reduced log entries for unbootstrapped nodes, which do not have log rotation scheduled yet, to prevent filling the disk with logs.
90
92
91
-
- RS142248: Added module information to database creation log messages.
92
-
93
93
- RS123576: Fixed an issue that prevented reconfiguring an existing ACL file with `rlutil`.
94
94
95
95
- 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
100
100
101
101
- RS125845: Fixed an issue where outdated AOF persistence files were not rotated upon upgrading the Redis database version from 6 to 7.
102
102
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.
104
104
105
105
- 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.
106
106
107
107
- RS122668: Fixed an issue where new DMC workers created after a certificate update could still have the old certificate.
108
108
109
109
- RS141853: Optimized connection pool handling to reduce memory and CPU usage by `node_wd`.
110
110
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.
0 commit comments