From 6190b80ab7267e555198d7f03acd0b55b7ea9a34 Mon Sep 17 00:00:00 2001 From: Wish Date: Thu, 26 Dec 2024 11:53:47 +0800 Subject: [PATCH] playground: Add enable-global-safe-point-v2 Signed-off-by: Wish --- components/playground/instance/pd_config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/components/playground/instance/pd_config.go b/components/playground/instance/pd_config.go index 60091a3b0c..f63a929016 100644 --- a/components/playground/instance/pd_config.go +++ b/components/playground/instance/pd_config.go @@ -19,6 +19,7 @@ func (inst *PDInstance) getConfig() map[string]any { if inst.isCSEMode { config["keyspace.pre-alloc"] = []string{"mykeyspace"} + config["keyspace.enable-global-safe-point-v2"] = true config["replication.enable-placement-rules"] = true config["replication.max-replica"] = 1 config["schedule.merge-schedule-limit"] = 0