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
For example, there is one known rule for following three parameters:
raft-base-tick-interval * raft-election-timeout-ticks should > raft-store-max-leader-lease
If this condition is not met, TiKV will fail to start.