Skip to content

Commit

Permalink
Update scale-tidb-using-tiup.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
TomShawn and rleungx authored Jul 15, 2021
1 parent 5155538 commit ee0ea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scale-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ tiup cluster display <cluster-name>
> **注意:**
>
> TiKV 中的 PD Client 会缓存 PD 节点的列表。当前版本的 TiKV 有定期自动更新 PD 节点的机制,可以降低 TiKV 缓存的 PD 节点列表过旧这一问题出现的概率。但你应尽量避免在扩容新 PD 后直接一次性缩容所有扩容前就已经存在的 PD 节点。
> TiKV 中的 PD Client 会缓存 PD 节点的列表。当前版本的 TiKV 有定期自动更新 PD 节点的机制,可以降低 TiKV 缓存的 PD 节点列表过旧这一问题出现的概率。但你应尽量避免在扩容新 PD 后直接一次性缩容所有扩容前就已经存在的 PD 节点。如果需要,请确保在下线所有之前存在的 PD 节点前将 PD 的 leader 切换至新扩容的 PD 节点。
### 1. 查看节点 ID 信息

Expand Down

0 comments on commit ee0ea37

Please sign in to comment.