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
The current leader and TSO services rely on the etcd lease functionality. When the disk experiences jitter, it may cause the leader or TSO service to become unavailable or have very high latency, severely impacting the TIDB service.
we can transfer pd leader into another pd follower to mitigate the affects for the tso if the leader's disk experiences jitter. I believe the probability of all three disks experiencing disk jitter simultaneously should be very low.
The text was updated successfully, but these errors were encountered:
close#7251, ref #7377
when pd leader frequently campaign leader, but etcd leader did not change.
We need to prevent this pd leader campaign and resign to another member.
Signed-off-by: husharp <jinhao.hu@pingcap.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
close#7251, ref #7377
when pd leader frequently campaign leader, but etcd leader did not change.
We need to prevent this pd leader campaign and resign to another member.
Signed-off-by: husharp <jinhao.hu@pingcap.com>
Co-authored-by: husharp <jinhao.hu@pingcap.com>
Co-authored-by: ti-chi-bot[bot] <108142056+ti-chi-bot[bot]@users.noreply.github.com>
Enhancement Task
The current leader and TSO services rely on the etcd lease functionality. When the disk experiences jitter, it may cause the leader or TSO service to become unavailable or have very high latency, severely impacting the TIDB service.
we can transfer pd leader into another pd follower to mitigate the affects for the tso if the leader's disk experiences jitter. I believe the probability of all three disks experiencing disk jitter simultaneously should be very low.
The text was updated successfully, but these errors were encountered: