Add release note for PR 3891

This commit is contained in:
Meng Xu 2020-10-12 12:18:22 -07:00
parent 89469921bb
commit 3c10a7bd30
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Release Notes
6.2.27
======
* For clusters with a large number of shards, avoid slow tasks in the data distributor by adding yields to the shard map destruction. `(PR #3834) <https://github.com/apple/foundationdb/pull/3834>`_
* Reset the network connection between a proxy and master or resolvers if the proxy is too far behind in processing transactions. `(PR #3891) <https://github.com/apple/foundationdb/pull/3891>`_
6.2.26
======