You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> + An online upgrade follows TiUP's fixed component upgrade order. Within each component type, instances are upgraded one by one in a rolling manner:
211
+
>
211
212
> + **TiFlash**: TiFlash is always upgraded first. If the cluster contains TiFlash, TiUP performs a rolling upgrade of all TiFlash instances before proceeding to other components (such as PD, TiKV, and TiDB). Component types that are not deployed in the cluster are skipped.
212
213
> + **TiKV**: During the TiKV upgrade, TiUP evicts all Region leaders from a TiKV store through PD before stopping the instance. The default timeout for leader transfer is 5 minutes (300 seconds). If the timeout is reached, TiUP stops the instance directly without waiting for the leader eviction to complete.
0 commit comments