From 5c5840a76019addeec8982c706a8237387535061 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Wed, 6 Mar 2024 14:21:09 +0530 Subject: [PATCH] feat: add summary changes Signed-off-by: Manan Gupta --- changelog/20.0/20.0.0/summary.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changelog/20.0/20.0.0/summary.md b/changelog/20.0/20.0.0/summary.md index 863de8aefec..75bfb3b0a5d 100644 --- a/changelog/20.0/20.0.0/summary.md +++ b/changelog/20.0/20.0.0/summary.md @@ -5,6 +5,7 @@ - **[Major Changes](#major-changes)** - **[Breaking changes](#breaking-changes)** - [`shutdown_grace_period` Default Change](#shutdown-grace-period-default) + - [New `unmanaged` Flag](#unmanaged-flag) - **[Query Compatibility](#query-compatibility)** - [Vindex Hints](#vindex-hints) - [Update with Limit Support](#update-limit) @@ -28,6 +29,12 @@ This makes reparenting in Vitess resilient to client errors, and prevents Planne In order to preserve the old behaviour, the users can set the flag back to `0 seconds` causing open transactions to never be shutdown, but in that case, they run the risk of PlannedReparentShard calls timing out. +#### New `unmanaged` Flag + +New flag `--unmanaged` has been introduced in this release to make it easier to flag unmanaged tablets. It also runs validations to make sure the unmanaged tablets are configured properly. + +Starting this release, all unmanaged tablets should specify this flag. + ### Query Compatibility #### Vindex Hints