Skip to content

Commit

Permalink
Update pd-recover.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lilian Lee <[email protected]>
  • Loading branch information
lhy1024 and lilin90 committed Aug 5, 2024
1 parent 44972c3 commit 727f076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pd-recover.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ cat {{/path/to}}/pd*.log | grep "idAllocator allocates a new id" | awk -F'=' '{

### 第 4 步:使用 pd-recover

只需在一个 PD 节点上执行 `pd-recover` 即可。需要注意的是,为了避免重新分配,建议使用大于已分配 ID 的值,比如从监控或者日志获得的最大已分配 ID 是 9000,则建议传入参数 10000 或更大值。
只需在一个 PD 节点上执行 `pd-recover` 即可。需要注意的是,为了避免重新分配,建议将参数 `-alloc-id` 设置为大于已分配 ID 的值。例如,从监控或者日志获得的最大已分配 ID 是 `9000`,则建议给参数 `-alloc-id` 传入 `10000` 或更大值。

{{< copyable "shell-regular" >}}

Expand Down

0 comments on commit 727f076

Please sign in to comment.