Add 7.1.32, 7.1.33 release notes (#10122)

This commit is contained in:
Jingyu Zhou 2023-05-03 14:56:43 -07:00 committed by GitHub
parent 91de1c880e
commit dd25fae3d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
Release Notes
#############
7.1.33
======
* Same as 7.1.32 release with AVX enabled.
7.1.32
======
* Released with AVX disabled.
* Increased MAX_STORAGE_COMMIT_TIME to reduce storage server IO timeout errors. `(PR #10116) <https://github.com/apple/foundationdb/pull/10116>`_
* Fixed a CPU spinning issue on DR destination clusters. `(PR #10114) <https://github.com/apple/foundationdb/pull/10114>`_
* Fixed a inconsistent read issue when using RocksDB engine. `(PR #10060) <https://github.com/apple/foundationdb/pull/10060>`_
* Fixed a storage server failure issue and added client backoff when commit proxy is overloaded for key location requests. `(PR #10007) <https://github.com/apple/foundationdb/pull/10007>`_
* Added gray failure detection of disconnected remote log routers. `(PR #9933) <https://github.com/apple/foundationdb/pull/9933>`_
7.1.31
======
* Same as 7.1.30 release with AVX enabled.