From b87f3812164d560dcbaf2671f024b5f2d591ad78 Mon Sep 17 00:00:00 2001 From: Aolin Date: Wed, 5 Jul 2023 18:12:44 +0800 Subject: [PATCH] pd: update the description of enable-diagnostic (#14133) --- pd-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd-configuration-file.md b/pd-configuration-file.md index 303e6ae2e47fa..5fec37f838d67 100644 --- a/pd-configuration-file.md +++ b/pd-configuration-file.md @@ -312,7 +312,7 @@ Configuration items related to scheduling ### `enable-diagnostic` New in v6.3.0 + Controls whether to enable the diagnostic feature. When it is enabled, PD records the state during scheduling to help diagnose. If enabled, it might slightly affect the scheduling speed and consume more memory when there are many stores. -+ Default value: true ++ Default value: Starting from v7.1.0, the default value is changed from `false` to `true`. If your cluster is upgraded from a version earlier than v7.1.0 to v7.1.0 or later, the default value does not change. ### `hot-region-schedule-limit`