From 2ce3cdb0339578d536a4cf9a8e1e22542bce64f9 Mon Sep 17 00:00:00 2001 From: Jianjun Liao <36503113+Leavrth@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:03:40 +0800 Subject: [PATCH] br: fix checkpoint path (#55266) close pingcap/tidb#55265 --- br/pkg/checkpoint/checkpoint.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/br/pkg/checkpoint/checkpoint.go b/br/pkg/checkpoint/checkpoint.go index 1d9f309843b88..4b397a60e5eeb 100644 --- a/br/pkg/checkpoint/checkpoint.go +++ b/br/pkg/checkpoint/checkpoint.go @@ -43,7 +43,7 @@ import ( "golang.org/x/sync/errgroup" ) -const CheckpointDir = "/checkpoints" +const CheckpointDir = "checkpoints" type flushPosition struct { CheckpointDataDir string