Skip to content

Commit

Permalink
add notice about scaling in pd node (#6514) (#6680)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 15, 2021
1 parent 1af944e commit 6d31f41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scale-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ tiup cluster display <cluster-name>
>
> 移除 TiDB、PD 节点和移除 TiKV 节点的步骤类似。
> **注意:**
>
> TiKV 中的 PD Client 会缓存 PD 节点的列表。当前版本的 TiKV 有定期自动更新 PD 节点的机制,可以降低 TiKV 缓存的 PD 节点列表过旧这一问题出现的概率。但你应尽量避免在扩容新 PD 后直接一次性缩容所有扩容前就已经存在的 PD 节点。如果需要,请确保在下线所有之前存在的 PD 节点前将 PD 的 leader 切换至新扩容的 PD 节点。
### 1. 查看节点 ID 信息

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

0 comments on commit 6d31f41

Please sign in to comment.