Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pd: add an example for pd-recover (#18228) #18276

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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` 即可。
只需在一个 PD 节点上执行 `pd-recover` 即可。需要注意的是,为了避免重新分配,建议将参数 `-alloc-id` 设置为大于已分配 ID 的值。例如,从监控或者日志获得的最大已分配 ID 是 `9000`,则建议给参数 `-alloc-id` 传入 `10000` 或更大值。

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

Expand Down