Skip to content

Commit 3c53be9

Browse files
committed
DOC-4930 Move resolved issues from Gilboa release notes draft to 7.22 release notes
1 parent bd1ba7e commit 3c53be9

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

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

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,43 @@ The following table shows which Redis modules are compatible with each Redis dat
6363

6464
### Resolved issues
6565

66-
- TBA
66+
- RS134225: Fixed an issue where the server restart could fail during cluster upgrade due to a timeout.
67+
68+
- RS133342: Fixed an issue where too many API requests in the queue could cause new API requests to fail.
69+
70+
- RS125543: Changed slow log duration to milliseconds in the new Cluster Manager UI.
71+
72+
- RS142296: Fixed a REST API issue where updating an existing database with an empty module list removed modules from the database. Such requests now return an error instead.
73+
74+
- RS94080: Fixed `PUT /v1/bdbs/<id>/<action>` requests to allow `flush` and `reset_admin_pass` actions without requiring a request body.
75+
76+
- RS140649: Fixed an issue where database backups were not deleted at the expected time based on the configured retention period.
77+
78+
- RS136409: Improved checks to determine if the cluster is in an unstable state.
79+
80+
- RS122370: Changed Envoy concurrency to 4 by default to prevent an issue where Envoy on the primary node in a cluster with many nodes sometimes failed to receive API requests.
81+
82+
- RS107325: Fixed an issue where database recovery could get stuck due to shard UID conflicts.
83+
84+
- RS139699: Fixed an issue where the Cluster Manager UI reported "invalid username or password" if the connection timed out during a sign-in attempt.
85+
86+
- RS138625: Fixed an issue where `rlcheck` reported `verify_tcp_connectivity` as failed for optional services that were not enabled instead of skipping the check.
87+
88+
- RS134742: Fixed an issue where the `virbr0` interface was automatically added to the external addresses when nodes joined the cluster, which could cause network conflicts and connectivity issues due to duplicated IP addresses.
89+
90+
- RS138490: Reduced log entries for unbootstrapped nodes, which do not have log rotation scheduled yet, to prevent filling the disk with logs.
91+
92+
- RS142248: Added module information to database creation log messages.
93+
94+
- RS123576: Fixed an issue that prevented reconfiguring an existing ACL file with `rlutil`.
95+
96+
- RS133679: Added a validation check to the optimize shards API to return quicker if the database cannot fit on the cluster.
97+
98+
- RS134968: Improved the functionality around killing shards.
99+
100+
- RS146096: Fixed an issue where the syncer could fail due to the RDB file parser incorrectly parsing least frequently used values larger than 127.
101+
102+
- RS125845: Fixed an issue where outdated AOF persistence files were not rotated upon upgrading the Redis database version from 6 to 7.
67103

68104
## Version changes
69105

0 commit comments

Comments
 (0)