Update release notes for DD fix

This commit is contained in:
Meng Xu 2020-07-20 10:02:43 -07:00
parent bec2e166a3
commit 2c1334d461
1 changed files with 1 additions and 0 deletions

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
------