From 670ef8c57bd86a6395ed9a61109aff0c3066d1e3 Mon Sep 17 00:00:00 2001 From: Evan Tschannen Date: Mon, 21 Jun 2021 09:54:13 -0700 Subject: [PATCH] updated 7.0 release notes --- .../sphinx/source/release-notes/release-notes-700.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/documentation/sphinx/source/release-notes/release-notes-700.rst b/documentation/sphinx/source/release-notes/release-notes-700.rst index 973826b031..3a6664f59a 100644 --- a/documentation/sphinx/source/release-notes/release-notes-700.rst +++ b/documentation/sphinx/source/release-notes/release-notes-700.rst @@ -24,13 +24,15 @@ Performance Reliability ----------- - - +* Improved worker recruitment logic to avoid unnecessary recoveries when processes are added or removed from a cluster. `(PR #4695) `_ `(PR #4631) `_ `(PR #4509) `_ +* Log class processes are prioritized above transaction class proceses for becoming tlogs. `(PR #4509) `_ Fixes ----- - - +* Fixed a rare crash on the cluster controller when using multi-region configurations. `(PR #4547) `_ +* Using the `exclude failed` command could leave the data distributor in a state where it cannot complete relocations. `(PR #4495) `_ +* Fixed a rare crash that could happen on the sequencer during recovery. `(PR #4548) `_ +* When configured with `usable_regions=2`, a cluster would not fail over to a region which contained only storage class processes. `(PR #4599) `_ Status ------