From aaf4a8b514c38e22903a40904f5401c2af4021c7 Mon Sep 17 00:00:00 2001 From: xixirangrang Date: Mon, 5 Aug 2024 20:18:38 +0800 Subject: [PATCH] pd: add an example for pd-recover (#18479) --- pd-recover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd-recover.md b/pd-recover.md index bc74a66c1f9ff..7e8bb9464200b 100644 --- a/pd-recover.md +++ b/pd-recover.md @@ -145,7 +145,7 @@ Before deploying a new PD cluster, you need to stop the existing PD cluster and ### Step 4: Use pd-recover -You only need to run `pd-recover` on one PD node. +You only need to run `pd-recover` on one PD node. Note that to avoid reallocation, it is recommended to set the `-alloc-id` parameter to a value larger than the allocated ID. For example, if the maximum allocated ID obtained from monitoring or logs is `9000`, it is recommended to pass `10000` or a larger value to the `-alloc-id` parameter. {{< copyable "shell-regular" >}}