Merge pull request from xumengpanda/mengxu/tmp-release-note

Update release notes for the wild pointer fix on Data Distribution
This commit is contained in:
Balachandar Namasivayam 2020-07-21 14:14:04 -07:00 committed by GitHub
commit 314b2f26f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
documentation/sphinx/source/release-notes

View File

@ -59,6 +59,7 @@ Fixes
* Transaction logs configured to spill by reference had an unintended delay between each spilled batch. `(PR #3153) <https://github.com/apple/foundationdb/pull/3153>`_
* Added guards to honor ``DISABLE_POSIX_KERNEL_AIO``. `(PR #2888) <https://github.com/apple/foundationdb/pull/2888>`_
* Prevent blob upload timeout if request timeout is lower than expected request time. `(PR #3533) <https://github.com/apple/foundationdb/pull/3533>`_
* Fix wild pointer to destructed DD that causes DD crash in fearless configuration. `(PR #3530) <https://github.com/apple/foundationdb/pull/3530>`_
Status
------