Skip to content

Commit

Permalink
pd: add an example for pd-recover
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <[email protected]>
  • Loading branch information
lhy1024 committed Aug 1, 2024
1 parent 40887aa commit e8df137
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` 即可。
只需在一个 PD 节点上执行 `pd-recover` 即可。需要注意的是,为了避免重新分配,最好在已分配 ID 增加一定值,比如从监控或者 日志获得的最大的已分配 ID 是 9000,则传入的参数最好是 10000 甚至更大。

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

Expand Down

0 comments on commit e8df137

Please sign in to comment.