From 67313b4876be2ab4493dbf1c2130333f4097a7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E5=B2=9A?= <36239017+YuJuncen@users.noreply.github.com> Date: Thu, 29 Dec 2022 14:43:55 +0800 Subject: [PATCH] Update br/pkg/conn/conn.go Co-authored-by: 3pointer --- br/pkg/conn/conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/pkg/conn/conn.go b/br/pkg/conn/conn.go index adf4ed4dc23f2..fff775bf1c1d7 100644 --- a/br/pkg/conn/conn.go +++ b/br/pkg/conn/conn.go @@ -311,7 +311,7 @@ func (mgr *Mgr) GetMergeRegionSizeAndCount(ctx context.Context, client *http.Cli return nil }) if err != nil { - log.Warn("meet error when getting checkpoint from TiKV; using default", logutil.ShortError(err)) + log.Warn("meet error when getting config from TiKV; using default", logutil.ShortError(err)) return DefaultMergeRegionSizeBytes, DefaultMergeRegionKeyCount } return regionSplitSize, regionSplitKeys